Uses of Interface
org.praxislive.code.userapi.Linkable.Double
-
Packages that use Linkable.Double Package Description org.praxislive.code.userapi -
-
Uses of Linkable.Double in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return Linkable.Double Modifier and Type Method Description default Linkable.DoubleLinkable.Double. filter(DoublePredicate predicate)Returns a Linkable.Double that wraps this Linkable.Double and filters values using the provided predicate function.default Linkable.DoubleLinkable.Double. map(DoubleUnaryOperator function)Returns a Linkable.Double that wraps this Linkable.Double and transforms values using the provided mapping function.Linkable.DoubleInput. values()Return aLinkable.Doublefor reacting on inputs.Linkable.DoubleProperty. values()Return a newLinkable.Doublefor observing changing values.
-