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