Uses of Interface
zone.lamprey.function.IntConsumer
| Package | Description |
|---|---|
| zone.lamprey.function |
Functional interfaces provide target types for lambda expressions
and method references.
|
-
Uses of IntConsumer in zone.lamprey.function
Methods in zone.lamprey.function that return IntConsumer Modifier and Type Method Description default IntConsumerIntConsumer. andThen(IntConsumer after)Returns a composedIntConsumerthat performs, in sequence, this operation followed by theafteroperation.default IntConsumerObjIntConsumer. applyPartialL(T t)Performs a partial application, resulting in a consumer that calls this with its argument and the argument given here.default IntConsumerIntFunction. consume(Consumer<R> consumer)Consume a function.default IntConsumerIntUnaryOperator. consume(IntConsumer consumer)Consume a function.Methods in zone.lamprey.function with parameters of type IntConsumer Modifier and Type Method Description default IntConsumerIntConsumer. andThen(IntConsumer after)Returns a composedIntConsumerthat performs, in sequence, this operation followed by theafteroperation.default ObjIntConsumer<Integer>IntBinaryOperator. consume(IntConsumer consumer)Consume a function.default RunnableIntSupplier. consume(IntConsumer consumer)Consume a supplier.default IntConsumerIntUnaryOperator. consume(IntConsumer consumer)Consume a function.default BiConsumer<T,U>ToIntBiFunction. consume(IntConsumer consumer)Consume a function.default Consumer<T>ToIntFunction. consume(IntConsumer consumer)Consume a function.