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