@FunctionalInterface public static interface Lambda.FunctionThatThrows<T,R>
R
apply(T var1)
R apply(T var1) throws Exception
Exception