@FunctionalInterface public static interface UncheckedFunctions.EBiConsumer<T,U>
void
accept(T v1, U v2)
void accept(T v1, U v2) throws java.lang.Exception
java.lang.Exception