Uses of Interface
org.jdbi.v3.core.internal.exceptions.Unchecked.CheckedRunnable
-
Packages that use Unchecked.CheckedRunnable Package Description org.jdbi.v3.core.internal.exceptions -
-
Uses of Unchecked.CheckedRunnable in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type Unchecked.CheckedRunnable Modifier and Type Method Description static java.lang.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.
-