Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.RunnableWithException
-
Packages that use FunctionalCheckedExceptionWrappers.RunnableWithException Package Description it.tidalwave.util -
-
Uses of FunctionalCheckedExceptionWrappers.RunnableWithException in it.tidalwave.util
Methods in it.tidalwave.util with parameters of type FunctionalCheckedExceptionWrappers.RunnableWithException Modifier and Type Method Description static java.lang.Runnable
FunctionalCheckedExceptionWrappers. _r(FunctionalCheckedExceptionWrappers.RunnableWithException runnable)
A wrapper for an equivalent ofRunnable
that catches exceptions and wraps them intoRuntimeException
s.
-