@FunctionalInterface public interface CheckedFunction<T,U,R>
R
apply(T t, U u)
R apply(T t, U u) throws java.lang.Exception
java.lang.Exception