Uses of Interface
zone.lamprey.function.LongConsumer
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of LongConsumer in zone.lamprey.function
Methods in zone.lamprey.function that return LongConsumer Modifier and Type Method Description default LongConsumerLongConsumer. andThen(LongConsumer after)Returns a composedLongConsumerthat performs, in sequence, this operation followed by theafteroperation.default LongConsumerObjLongConsumer. applyPartialL(T t)Performs a partial application, resulting in a consumer that calls this with its argument and the argument given here.default LongConsumerLongFunction. consume(Consumer<R> consumer)Consume a function.default LongConsumerLongUnaryOperator. consume(LongConsumer consumer)Consume a function.Methods in zone.lamprey.function with parameters of type LongConsumer Modifier and Type Method Description default LongConsumerLongConsumer. andThen(LongConsumer after)Returns a composedLongConsumerthat performs, in sequence, this operation followed by theafteroperation.default ObjLongConsumer<Long>LongBinaryOperator. consume(LongConsumer consumer)Consume a function.default RunnableLongSupplier. consume(LongConsumer consumer)Consume a supplier.default LongConsumerLongUnaryOperator. consume(LongConsumer consumer)Consume a function.default BiConsumer<T,U>ToLongBiFunction. consume(LongConsumer consumer)Consume a function.default Consumer<T>ToLongFunction. consume(LongConsumer consumer)Consume a function.