Async |
A lightweight holder for a future value, the result of an asynchronous
operation such as an actor call.
|
Data.Packet |
A data holder used to wrap data of type T to be passed around a Pipe
graph.
|
Data.Pipe |
The base type of pipes that can be connected to form processing graphs.
|
Data.Sink |
Data sink to drive pipe graph.
|
Easing |
|
Input |
A field type providing a control input port.
|
Linkable |
Linkable is a lightweight form of reactive stream for listening to changing
values from inputs, properties, animation, etc.
|
Linkable.Double |
A double primitive specialisation of Linkable.
|
Linkable.Int |
An int primitive specialisation of Linkable.
|
Property |
A field type for properties (see @P ).
|
Property.Animator |
Provides keyframe animation support for Property.
|
PVector |
Deprecated, for removal: This API element is subject to removal in a future version.
|
Ref |
A generic object holder for safely passing references between different
iterations of code.
|
Ref.ChangeEvent |
|
Ref.Initializer |
A functional type for initializing a Ref, used by Providers.
|
Ref.Input |
A field type for Ref input ports.
|
Ref.Provider |
Providers initialize Ref instances so that the underlying value can be
used directly as the injected field type.
|
Table |
|
Trigger |
A field type for triggers (actions) - see @T .
|