Uses of Interface
org.jdbi.v3.core.internal.exceptions.Unchecked.SneakyCallable
-
Packages that use Unchecked.SneakyCallable Package Description org.jdbi.v3.core.internal.exceptions -
-
Uses of Unchecked.SneakyCallable in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions that return Unchecked.SneakyCallable Modifier and Type Method Description static <T> Unchecked.SneakyCallable<T>Unchecked. callable(CheckedCallable<T> checkedCallable)
-