Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException

Packages that use it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException
Package
Description
 
  • 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 in
    Modifier and Type
    Method
    Description
    static <T> Consumer<T>
    FunctionalCheckedExceptionWrappers._c(it.tidalwave.util.FunctionalCheckedExceptionWrappers.ConsumerWithException<? super T> consumer)
    A wrapper for a Consumer that catches exceptions and wraps them into RuntimeExceptions.