Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.SupplierWithException
-
Uses of it.tidalwave.util.FunctionalCheckedExceptionWrappers.SupplierWithException in it.tidalwave.util
Modifier and TypeMethodDescriptionstatic <T> Supplier
<T> FunctionalCheckedExceptionWrappers._s
(it.tidalwave.util.FunctionalCheckedExceptionWrappers.SupplierWithException<? extends T> supplier) A wrapper for aSupplier
that catches exceptions and wraps them intoRuntimeException
s.