Uses of Interface
de.codecentric.reedelk.runtime.api.commons.ConsumerWithException
-
Packages that use ConsumerWithException Package Description de.codecentric.reedelk.runtime.api.commons -
-
Uses of ConsumerWithException in de.codecentric.reedelk.runtime.api.commons
Methods in de.codecentric.reedelk.runtime.api.commons with parameters of type ConsumerWithException Modifier and Type Method Description static <T,E extends Exception>
Consumer<T>Unchecked. consumer(ConsumerWithException<T,E> consumerThrowingCheckedException)static <T,E extends Exception>
Consumer<T>Unchecked. consumer(ConsumerWithException<T,E> consumerThrowingCheckedException, BiFunction<T,Exception,? extends RuntimeException> exceptionSupplier)
-