Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.SupplierWithException
-
Packages that use FunctionalCheckedExceptionWrappers.SupplierWithException Package Description it.tidalwave.util -
-
Uses of FunctionalCheckedExceptionWrappers.SupplierWithException in it.tidalwave.util
Methods in it.tidalwave.util with parameters of type FunctionalCheckedExceptionWrappers.SupplierWithException Modifier and Type Method Description static <T> java.util.function.Supplier<T>
FunctionalCheckedExceptionWrappers. _s(FunctionalCheckedExceptionWrappers.SupplierWithException<? extends T> supplier)
A wrapper for aSupplier
that catches exceptions and wraps them intoRuntimeException
s.
-