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