@FunctionalInterface public interface ThrowingConsumer<T>
void
accept(T value)
void accept(T value) throws java.lang.Exception
java.lang.Exception