Uses of Interface
zone.lamprey.function.LongSupplier
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of LongSupplier in zone.lamprey.function
Methods in zone.lamprey.function that return LongSupplier Modifier and Type Method Description default LongSupplierLongBinaryOperator. applyPartial(long t, long u)Performs a partial application, resulting in a function that calls this with its argument and the argument given here.default LongSupplierLongUnaryOperator. applyPartial(long t)Partially apply a parameter such that a single param function becomes a no-param supplier.default LongSupplierToLongBiFunction. 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 LongSupplierToLongFunction. applyPartial(T t)Partially apply a parameter such that a single param function becomes a no-param supplier.default LongSupplierLongSupplier. map(LongUnaryOperator functor)Lift a supplier.default LongSupplierDoubleSupplier. mapToLong(DoubleToLongFunction functor)Lift a supplier.default LongSupplierIntSupplier. mapToLong(IntToLongFunction functor)Lift a supplier.default LongSupplierSupplier. mapToLong(ToLongFunction<T> functor)Lift a supplier.