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