Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedSupplier
Packages that use CheckedSupplier
-
Uses of CheckedSupplier in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedSupplierModifier and TypeMethodDescriptionstatic <T> 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.