Uses of Interface
zone.lamprey.function.IntSupplier
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of IntSupplier in zone.lamprey.function
Methods in zone.lamprey.function that return IntSupplier Modifier and Type Method Description default IntSupplierIntBinaryOperator. applyPartial(int t, int u)Performs a partial application, resulting in a function that calls this with its argument and the argument given here.default IntSupplierIntUnaryOperator. applyPartial(int t)Partially apply a parameter such that a single param function becomes a no-param supplier.default IntSupplierToIntBiFunction. applyPartial(T t, U u)Performs a partial application, resulting in a function that calls this with its argument and the argument given here.default IntSupplierToIntFunction. applyPartial(T t)Partially apply a parameter such that a single param function becomes a no-param supplier.default IntSupplierIntSupplier. map(IntUnaryOperator functor)Lift a supplier.default IntSupplierDoubleSupplier. mapToInt(DoubleToIntFunction functor)Lift a supplier.default IntSupplierLongSupplier. mapToInt(LongToIntFunction functor)Lift a supplier.default IntSupplierSupplier. mapToInt(ToIntFunction<T> functor)Lift a supplier.