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 aSupplierthat catches exceptions and wraps them intoRuntimeExceptions.