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