| Modifier and Type | Method and Description |
|---|---|
default Linkable.Double |
Linkable.Double.filter(DoublePredicate predicate)
Returns a Linkable.Double that wraps this Linkable.Double and filters
values using the provided predicate function.
|
default Linkable.Double |
Linkable.Double.map(DoubleUnaryOperator function)
Returns a Linkable.Double that wraps this Linkable.Double and
transforms values using the provided mapping function.
|
Linkable.Double |
Property.values()
Return a new
Linkable.Double for observing changing values. |
Copyright © 2020. All rights reserved.