Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.SupplierWithException
Packages that use it.tidalwave.util.FunctionalCheckedExceptionWrappers.SupplierWithException
-
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 inModifier 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.