@FunctionalInterface public static interface Throwing.Consumer<T>
void
accept(T t)
void accept(T t) throws java.lang.Exception
java.lang.Exception