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