@FunctionalInterface public interface TriFunctionWithException<S,T,U,R,E extends java.lang.Exception>
R
apply(S s, T t, U u)
R apply(S s, T t, U u) throws E extends java.lang.Exception
E extends java.lang.Exception