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

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

    Methods in it.tidalwave.util with parameters of type it.tidalwave.util.FunctionalCheckedExceptionWrappers.SupplierWithException in in
    Modifier and Type
    Method
    Description
    static <T> Supplier<T>
    FunctionalCheckedExceptionWrappers._s(it.tidalwave.util.FunctionalCheckedExceptionWrappers.SupplierWithException<? extends T> supplier)
    A wrapper for a Supplier that catches exceptions and wraps them into RuntimeExceptions.