Class Unchecked
java.lang.Object
org.jdbi.v3.core.internal.exceptions.Unchecked
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <X,Y> BiConsumer<X, Y> biConsumer(CheckedBiConsumer<X, Y> checkedBiConsumer) static <X,Y, T> BiFunction<X, Y, T> biFunction(CheckedBiFunction<X, Y, T> checkedBiFunction) static <T> Unchecked.SneakyCallable<T>callable(CheckedCallable<T> checkedCallable) static <T> Consumer<T>consumer(CheckedConsumer<T> checkedConsumer) static <X,T> Function<X, T> function(CheckedFunction<X, T> checkedFunction) static Runnablerunnable(Unchecked.CheckedRunnable checkedRunnable) static <T> Supplier<T>supplier(CheckedSupplier<T> checkedSupplier)
-
Constructor Details
-
Unchecked
private Unchecked()
-
-
Method Details
-
consumer
-
runnable
-
callable
-
supplier
-
function
-
biFunction
-
biConsumer
-