T
@FunctionalInterface public interface ThrowingConsumer<T> extends Consumer<T>
Consumer
default void
accept(T t)
void
doAccept(T t)
andThen
void doAccept(T t) throws Throwable
Throwable
default void accept(T t)
accept
Consumer<T>