Uses of Interface
org.praxislive.code.userapi.Linkable
Packages that use Linkable
-
Uses of Linkable in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return LinkableModifier and TypeMethodDescriptionReturns a Linkable that wraps this Linkable and filters values using the provided predicate function.default <R> Linkable<R> Returns a Linkable that wraps this Linkable and transforms values using the provided mapping function.default <R> Linkable<R> Linkable.Double.mapTo(DoubleFunction<? extends R> function) Returns a Linkable that wraps this Linkable.Double and transforms values using the provided mapping function.default <R> Linkable<R> Linkable.Int.mapTo(IntFunction<? extends R> function) Returns a Linkable that wraps this Linkable.Int and transforms values using the provided mapping function.Ref.Input.onUpdate()Returns a newLinkablefor reacting to updates in the list of values.Return aLinkableof inputs as the provided Value subclass.<T> Linkable<T> Return aLinkableof inputs transformed by the provided converter from Value to the required type.Return a newLinkablefor observing changing values.<T> Linkable<T> Return a newLinkablefor observing changing values.