Example usage for Java java.util.function IntConsumer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | accept(int value) Performs this operation on the given argument. |
IntConsumer | andThen(IntConsumer after) Returns a composed IntConsumer that performs, in sequence, this operation followed by the after operation. |