package saker.util.function
Functional interface similar to Function, except the apply(T) method is allowed to throw an
arbitrary exception.
TThe argument type of the function.
RThe return type of the function.
| public R | apply( Applies the function to the given argument. |