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