@FunctionalInterface public interface ThrowingFunction<T,R>
default <E extends java.lang.Throwable>R
apply(T t)
R
applyThrowing(T t)
R applyThrowing(T t) throws java.lang.Throwable
java.lang.Throwable
default <E extends java.lang.Throwable> R apply(T t) throws E extends java.lang.Throwable
E extends java.lang.Throwable