Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException
Packages that use it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException
-
Uses of it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException in it.tidalwave.util
Methods in it.tidalwave.util with parameters of type it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException in inModifier 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.