Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedBiFunction
-
Packages that use CheckedBiFunction Package Description org.jdbi.v3.core.internal.exceptions -
-
Uses of CheckedBiFunction in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedBiFunction Modifier and Type Method Description static <X,Y,T>
java.util.function.BiFunction<X,Y,T>Unchecked. biFunction(CheckedBiFunction<X,Y,T> checkedBiFunction)
-