Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.RunnableWithException

Packages that use it.tidalwave.util.FunctionalCheckedExceptionWrappers.RunnableWithException
Package
Description
 
  • Uses of it.tidalwave.util.FunctionalCheckedExceptionWrappers.RunnableWithException in it.tidalwave.util

    Methods in it.tidalwave.util with parameters of type it.tidalwave.util.FunctionalCheckedExceptionWrappers.RunnableWithException in in
    Modifier and Type
    Method
    Description
    static Runnable
    FunctionalCheckedExceptionWrappers._r(it.tidalwave.util.FunctionalCheckedExceptionWrappers.RunnableWithException runnable)
    A wrapper for an equivalent of Runnable that catches exceptions and wraps them into RuntimeExceptions.