Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException
-
Packages that use FunctionalCheckedExceptionWrappers.ConsumerWithException Package Description it.tidalwave.util -
-
Uses of FunctionalCheckedExceptionWrappers.ConsumerWithException in it.tidalwave.util
Methods in it.tidalwave.util with parameters of type FunctionalCheckedExceptionWrappers.ConsumerWithException Modifier and Type Method Description static <T> java.util.function.Consumer<T>
FunctionalCheckedExceptionWrappers. _c(FunctionalCheckedExceptionWrappers.ConsumerWithException<? super T> consumer)
A wrapper for aConsumer
that catches exceptions and wraps them intoRuntimeException
s.
-