Uses of Package
org.praxislive.code.userapi

Packages that use org.praxislive.code.userapi
  • Class
    Description
    A 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.
  • Class
    Description
    A 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 to Ref.onChangeHandler when 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.