Uses of Interface
org.kiwiproject.beta.base.CatchingRunnable2
-
Packages that use CatchingRunnable2 Package Description org.kiwiproject.beta.base -
-
Uses of CatchingRunnable2 in org.kiwiproject.beta.base
Methods in org.kiwiproject.beta.base that return CatchingRunnable2 Modifier and Type Method Description static CatchingRunnable2CatchingRunnable2. of(Runnable runnable)Create a new instance wrapping the given Runnable.static CatchingRunnable2CatchingRunnable2. of(Runnable runnable, Consumer<Exception> exceptionHandler)Create a new instance wrapping the given Runnable.static CatchingRunnable2CatchingRunnable2. of(String name, Runnable runnable)Create a new instance with the given name that wraps the given Runnable.static CatchingRunnable2CatchingRunnable2. of(String name, Runnable runnable, Consumer<Exception> exceptionHandler)Create a new named instance wrapping the given Runnable.default CatchingRunnable2KiwiRunnables.ThrowingRunnable. toCatchingRunnable2()Converts this instance to aCatchingRunnable2.
-