Uses of Interface
pro.taskana.common.internal.util.CheckedSupplier
-
Packages that use CheckedSupplier Package Description pro.taskana.common.internal.util -
-
Uses of CheckedSupplier in pro.taskana.common.internal.util
Methods in pro.taskana.common.internal.util with parameters of type CheckedSupplier Modifier and Type Method Description static <T> Supplier<T>CheckedSupplier. wrap(CheckedSupplier<T,Throwable> checkedSupplier)
-