@FunctionalInterface public interface CheckedConsumer<T,E extends java.lang.Exception>
Consumer
void
accept(T t)
void accept(T t) throws E extends java.lang.Exception
E extends java.lang.Exception