@FunctionalInterface
public Consumer<T>
Represents an operation that accepts a single input argument and returns no result.
Modifier and Type | Method and Description |
---|---|
(package private) void |
run(T t)
Performs this operation on the given argument.
|