@FunctionalInterface public interface BiConsumerWithException<S,T,E extends java.lang.Exception>
void
accept(S s, T t)
void accept(S s, T t) throws E extends java.lang.Exception
E extends java.lang.Exception