Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedFunction
Packages that use CheckedFunction
-
Uses of CheckedFunction in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedFunctionModifier and TypeMethodDescriptionstatic <X,T> Function<X, T> Unchecked.function(CheckedFunction<X, T> checkedFunction)