Uses of Interface
org.jdbi.v3.core.internal.exceptions.CheckedCallable
-
Packages that use CheckedCallable Package Description org.jdbi.v3.core.internal Utility classes used internally by Jdbi.org.jdbi.v3.core.internal.exceptions -
-
Uses of CheckedCallable in org.jdbi.v3.core.internal
Methods in org.jdbi.v3.core.internal with parameters of type CheckedCallable Modifier and Type Method Description static <T> java.util.Optional<T>JdbiClassUtils. createInstanceIfPossible(CheckedCallable<T> creator)Creates a new instance from aCheckedCallableinstance if possible. -
Uses of CheckedCallable in org.jdbi.v3.core.internal.exceptions
Methods in org.jdbi.v3.core.internal.exceptions with parameters of type CheckedCallable Modifier and Type Method Description static <T> Unchecked.SneakyCallable<T>Unchecked. callable(CheckedCallable<T> checkedCallable)
-