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

Packages that use it.tidalwave.util.FunctionalCheckedExceptionWrappers.FunctionWithException
Package
Description
 
  • Uses of it.tidalwave.util.FunctionalCheckedExceptionWrappers.FunctionWithException in it.tidalwave.util

    Methods in it.tidalwave.util with parameters of type it.tidalwave.util.FunctionalCheckedExceptionWrappers.FunctionWithException in in
    Modifier and Type
    Method
    Description
    static <T, R> Function<T,R>
    FunctionalCheckedExceptionWrappers._f(it.tidalwave.util.FunctionalCheckedExceptionWrappers.FunctionWithException<? super T,? extends R> function)
    A wrapper for a Function that catches exceptions and wraps them into RuntimeExceptions.