Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.FunctionWithException
-
Packages that use FunctionalCheckedExceptionWrappers.FunctionWithException Package Description it.tidalwave.util -
-
Uses of FunctionalCheckedExceptionWrappers.FunctionWithException in it.tidalwave.util
Methods in it.tidalwave.util with parameters of type FunctionalCheckedExceptionWrappers.FunctionWithException Modifier and Type Method Description static <T,R>
java.util.function.Function<T,R>FunctionalCheckedExceptionWrappers. _f(FunctionalCheckedExceptionWrappers.FunctionWithException<? super T,? extends R> function)
A wrapper for aFunction
that catches exceptions and wraps them intoRuntimeException
s.
-