Package org.jdbi.v3.core.internal
Class Invocations
java.lang.Object
org.jdbi.v3.core.internal.Invocations
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V,
L> V invokeWith
(ThreadLocal<L> backing, L context, Callable<V> task) static <V,
L> V invokeWith
(Supplier<L> initial, Consumer<L> becoming, L taskContext, Callable<V> task)
-
Method Details