Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedBiConsumer
Packages that use CheckedBiConsumer
-
Uses of CheckedBiConsumer in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedBiConsumerModifier and TypeMethodDescriptionstatic <X,Y> BiConsumer<X, Y> Unchecked.biConsumer(CheckedBiConsumer<X, Y> checkedBiConsumer)