Uses of Interface
zone.lamprey.function.ToIntBiFunction
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of ToIntBiFunction in zone.lamprey.function
Methods in zone.lamprey.function that return ToIntBiFunction Modifier and Type Method Description default ToIntBiFunction<T,U>ToIntBiFunction. map(IntUnaryOperator functor)Lift a function.default ToIntBiFunction<T,U>BiFunction. mapToInt(ToIntFunction<? super R> functor)Lift a function.default ToIntBiFunction<T,U>ToDoubleBiFunction. mapToInt(DoubleToIntFunction functor)Lift a function.default ToIntBiFunction<T,U>ToLongBiFunction. mapToInt(LongToIntFunction functor)Lift a function.