Uses of Interface
zone.lamprey.function.ObjLongConsumer
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of ObjLongConsumer in zone.lamprey.function
Methods in zone.lamprey.function that return ObjLongConsumer Modifier and Type Method Description default ObjLongConsumer<T>ObjLongConsumer. andThen(BiConsumer<? super T,? super Long> after)Returns a composedBiConsumerthat performs, in sequence, this operation followed by theafteroperation.default ObjLongConsumer<Long>LongBinaryOperator. consume(LongConsumer consumer)Consume a function.