Uses of Package
org.praxislive.code.userapi
Packages that use org.praxislive.code.userapi
-
Classes in org.praxislive.code.userapi used by org.praxislive.codeClassDescriptionA lightweight holder for a future value, the result of an asynchronous operation such as an actor call.A task intended to be run asynchronously and outside of the main component context.Annotate a field as a property.A field type for properties (see
@P).Mark a field or method as a trigger (action).A field type for triggers (actions) - see@T. -
Classes in org.praxislive.code.userapi used by org.praxislive.code.userapiClassDescriptionA lightweight holder for a future value, the result of an asynchronous operation such as an actor call.A data holder used to wrap data of type T to be passed around a Pipe graph.The base type of pipes that can be connected to form processing graphs.Data sink to drive pipe graph.A field type providing a control input port.Linkable is a lightweight form of reactive stream for listening to changing values from inputs, properties, animation, etc.A double primitive specialisation of Linkable.An int primitive specialisation of Linkable.A field type for properties (see
@P).Provides keyframe animation support for Property.A generic object holder for safely passing references between different iterations of code.Event passed toRef.onChangeHandlerwhen the Ref value changes.A functional type for initializing a Ref, used by Providers.A field type for Ref input ports.Providers initialize Ref instances so that the underlying value can be used directly as the injected field type.A field type for triggers (actions) - see@T.