Linkable.Double |
Input.doubles() |
|
Linkable.Double |
Property.doubles() |
|
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 |
Input.values() |
Deprecated, for removal: This API element is subject to removal in a future version.
|
Linkable.Double |
Property.values() |
Deprecated, for removal: This API element is subject to removal in a future version.
|