Uses of Interface
io.github.cowwoc.pouch10.core.WrappedCheckedException.CheckedRunnable
Packages that use WrappedCheckedException.CheckedRunnable
-
Uses of WrappedCheckedException.CheckedRunnable in io.github.cowwoc.pouch10.core
Methods in io.github.cowwoc.pouch10.core with parameters of type WrappedCheckedException.CheckedRunnableModifier and TypeMethodDescriptionstatic voidScopes.runAll(WrappedCheckedException.CheckedRunnable... tasks) Runs one or more tasks, throwing any exceptions they throw after they all finish executing.static RunnableWrappedCheckedException.wrap(WrappedCheckedException.CheckedRunnable task) Wraps any checked exceptions thrown by aThrowingRunnable.