Uses of Interface
org.jdbi.v3.core.internal.exceptions.Unchecked.CheckedRunnable
Packages that use Unchecked.CheckedRunnable
-
Uses of Unchecked.CheckedRunnable in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type Unchecked.CheckedRunnableModifier and TypeMethodDescriptionstatic RunnableUnchecked.runnable(Unchecked.CheckedRunnable checkedRunnable) voidThrowableSuppressor.suppressAppend(Unchecked.CheckedRunnable runnable) Run a piece of code and record any thrown exception at the end of the exception chain.voidThrowableSuppressor.suppressPrepend(Unchecked.CheckedRunnable runnable) Run a piece of code and record any thrown exception at the beginning of the exception chain.