Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedSupplier
-
Packages that use CheckedSupplier Package Description org.jdbi.v3.core.internal.exceptions -
-
Uses of CheckedSupplier in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedSupplier Modifier and Type Method Description static <T> java.util.function.Supplier<T>Unchecked. supplier(CheckedSupplier<T> checkedSupplier)<T> TThrowableSuppressor. suppressAppend(CheckedSupplier<T> supplier, T defaultValue)Run a piece of code and record any thrown exception at the end of the exception chain.<T> TThrowableSuppressor. suppressPrepend(CheckedSupplier<T> supplier, T defaultValue)Run a piece of code and record any thrown exception at the beginning of the exception chain.
-