Example usage for Java java.util.function BiConsumer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | accept(T t, U u) Performs this operation on the given arguments. |
BiConsumer | andThen(BiConsumer super T, ? super U> after) Returns a composed BiConsumer that performs, in sequence, this operation followed by the after operation. |