Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedBiFunction
Packages that use CheckedBiFunction
-
Uses of CheckedBiFunction in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedBiFunctionModifier and TypeMethodDescriptionstatic <X,Y, T> BiFunction<X, Y, T> Unchecked.biFunction(CheckedBiFunction<X, Y, T> checkedBiFunction)