Package me.hsgamer.hscore.extra.function
Interface ThrowableFunction<T,R>
- Type Parameters:
T- the type of the input to the functionR- the type of the result of the function
- All Superinterfaces:
Function<T,R>
Function but returns null if there is an exception-
Method Summary