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