@FunctionalInterface public static interface CollectionUtils.FunctionWithException<T,R,E extends java.lang.Exception>
Function
, except it allows throwing a
checked exception.Modifier and Type | Method and Description |
---|---|
R |
apply(T t)
Applies the function to the given argument.
|