Example usage for Java java.util.function Consumer fields, constructors, methods, implement or subclass
The text is from its open source code.
void | accept(T t) Performs this operation on the given argument. |
Consumer | andThen(Consumer super T> after) Returns a composed Consumer that performs, in sequence, this operation followed by the after operation. |
Class> | getClass() Returns the runtime class of this Object . |
int | hashCode() Returns a hash code value for the object. |
String | toString() Returns a string representation of the object. |