T
R
@FunctionalInterface public interface ExceptionalFunction<T,R>
Function
apply(T t)
R apply(T t) throws Exception
Exception