Uses of Interface
zone.lamprey.function.DoubleToIntFunction
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of DoubleToIntFunction in zone.lamprey.function
Fields in zone.lamprey.function declared as DoubleToIntFunction Modifier and Type Field Description static DoubleToIntFunctionDoubleToIntFunction. CASTCast a double to an int.Methods in zone.lamprey.function that return DoubleToIntFunction Modifier and Type Method Description default DoubleToIntFunctionDoubleFunction. mapToInt(ToIntFunction<? super R> functor)Lift a function.default DoubleToIntFunctionDoubleUnaryOperator. mapToInt(DoubleToIntFunction functor)Lift a function.Methods in zone.lamprey.function with parameters of type DoubleToIntFunction Modifier and Type Method Description default IntSupplierDoubleSupplier. mapToInt(DoubleToIntFunction functor)Lift a supplier.default DoubleToIntFunctionDoubleUnaryOperator. mapToInt(DoubleToIntFunction functor)Lift a function.default ToIntBiFunction<T,U>ToDoubleBiFunction. mapToInt(DoubleToIntFunction functor)Lift a function.default ToIntFunction<T>ToDoubleFunction. mapToInt(DoubleToIntFunction functor)Lift a function.