Uses of Interface
org.praxislive.code.userapi.Linkable.Double
Packages that use Linkable.Double
-
Uses of Linkable.Double in org.praxislive.code.userapi
Methods in org.praxislive.code.userapi that return Linkable.DoubleModifier and TypeMethodDescriptionInput.doubles()Return aLinkable.Doublefor reacting on inputs.Property.doubles()Return a newLinkable.Doublefor observing changing values.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.