@FunctionalInterface public interface CheckedBiConsumer<T,U,E extends java.lang.Exception>
BiConsumer
void
accept(T t, U u)
void accept(T t, U u) throws E extends java.lang.Exception
E extends java.lang.Exception