Uses of Interface
cz.martlin.xspf.util.ExceptionWrapper.FunctionThrowing
-
Packages that use ExceptionWrapper.FunctionThrowing Package Description cz.martlin.xspf.util All the utilities and helper classes. -
-
Uses of ExceptionWrapper.FunctionThrowing in cz.martlin.xspf.util
Methods in cz.martlin.xspf.util with parameters of type ExceptionWrapper.FunctionThrowing Modifier and Type Method Description static <IT,OT>
java.util.function.Function<IT,OT>ExceptionWrapper. wrapFunction(ExceptionWrapper.FunctionThrowing<IT,OT> function)Wraps the given function (returns function catching all its exceptions and rethrowing asXSPFRuntimeException).
-