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