Uses of Interface
zone.lamprey.function.DoubleSupplier
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of DoubleSupplier in zone.lamprey.function
Fields in zone.lamprey.function declared as DoubleSupplier Modifier and Type Field Description static DoubleSupplierDoubleSupplier. RANDOMFunctional interface toMath.random()Methods in zone.lamprey.function that return DoubleSupplier Modifier and Type Method Description default DoubleSupplierDoubleBinaryOperator. applyPartial(double t, double u)Performs a partial application, resulting in a function that calls this with its argument and the argument given here.default DoubleSupplierDoubleUnaryOperator. applyPartial(double t)Partially apply a parameter such that a single param function becomes a no-param supplier.default DoubleSupplierToDoubleBiFunction. applyPartial(T t, U u)Performs a partial application, resulting in a function that calls this with its argument and the argument given here.default DoubleSupplierToDoubleFunction. applyPartial(T t)Partially apply a parameter such that a single param function becomes a no-param supplier.default DoubleSupplierDoubleSupplier. map(DoubleUnaryOperator functor)Lift a supplier.default DoubleSupplierIntSupplier. mapToDouble(IntToDoubleFunction functor)Lift a supplier.default DoubleSupplierLongSupplier. mapToDouble(LongToDoubleFunction functor)Lift a supplier.default DoubleSupplierSupplier. mapToDouble(ToDoubleFunction<T> functor)Lift a supplier.