Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException
-
Uses of it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException in it.tidalwave.util
Modifier and TypeMethodDescriptionstatic <T> Consumer
<T> FunctionalCheckedExceptionWrappers._c
(it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException<? super T> consumer) A wrapper for aConsumer
that catches exceptions and wraps them intoRuntimeException
s.