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