T
- the type of the input to the function.R
- the type of the result of the function.@FunctionalInterface public static interface LambdaUtils.ThrowingFunction<T,R>
Exception
. Modifier and Type | Method and Description |
---|---|
R |
apply(T t)
Applies this function to the given argument.
|