Uses of Interface
zone.lamprey.function.DoubleToLongFunction
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of DoubleToLongFunction in zone.lamprey.function
Fields in zone.lamprey.function declared as DoubleToLongFunction Modifier and Type Field Description static DoubleToLongFunctionDoubleToLongFunction. CASTCast a double to a long.static DoubleToLongFunctionDoubleToLongFunction. ROUNDFunctional interface toMath.round(double)Methods in zone.lamprey.function that return DoubleToLongFunction Modifier and Type Method Description default DoubleToLongFunctionDoubleFunction. mapToLong(ToLongFunction<? super R> functor)Lift a function.default DoubleToLongFunctionDoubleUnaryOperator. mapToLong(DoubleToLongFunction functor)Lift a function.Methods in zone.lamprey.function with parameters of type DoubleToLongFunction Modifier and Type Method Description default LongSupplierDoubleSupplier. mapToLong(DoubleToLongFunction functor)Lift a supplier.default DoubleToLongFunctionDoubleUnaryOperator. mapToLong(DoubleToLongFunction functor)Lift a function.default ToLongBiFunction<T,U>ToDoubleBiFunction. mapToLong(DoubleToLongFunction functor)Lift a function.default ToLongFunction<T>ToDoubleFunction. mapToLong(DoubleToLongFunction functor)Lift a function.