Uses of Interface
io.blt.util.functional.ThrowingRunnable
Packages that use ThrowingRunnable
-
Uses of ThrowingRunnable in io.blt.util
Methods in io.blt.util with parameters of type ThrowingRunnableModifier and TypeMethodDescriptionstatic <E extends Throwable>
voidEx.transformExceptions
(ThrowingRunnable<? extends Exception> runnable, Function<? super Exception, E> transformer) Executes a runnable, transforming any thrownException
using a specified function.