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