T
public interface PlainConsumer<T> extends Consumer<T>
Consumer
accept(Object)
void
accept(T t)
void accept(T t)
accept
Consumer<T>