Uses of Interface
zone.lamprey.function.LongToIntFunction
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of LongToIntFunction in zone.lamprey.function
Fields in zone.lamprey.function declared as LongToIntFunction Modifier and Type Field Description static LongToIntFunctionLongToIntFunction. CASTCast a long to an int.Methods in zone.lamprey.function that return LongToIntFunction Modifier and Type Method Description default LongToIntFunctionLongFunction. mapToInt(ToIntFunction<? super R> functor)Lift a function.default LongToIntFunctionLongUnaryOperator. mapToInt(LongToIntFunction functor)Lift a function.Methods in zone.lamprey.function with parameters of type LongToIntFunction Modifier and Type Method Description default IntSupplierLongSupplier. mapToInt(LongToIntFunction functor)Lift a supplier.default LongToIntFunctionLongUnaryOperator. mapToInt(LongToIntFunction functor)Lift a function.default ToIntBiFunction<T,U>ToLongBiFunction. mapToInt(LongToIntFunction functor)Lift a function.default ToIntFunction<T>ToLongFunction. mapToInt(LongToIntFunction functor)Lift a function.