Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException
-
Packages that use FunctionalCheckedExceptionWrappers.PredicateWithException Package Description it.tidalwave.util -
-
Uses of FunctionalCheckedExceptionWrappers.PredicateWithException in it.tidalwave.util
Methods in it.tidalwave.util with parameters of type FunctionalCheckedExceptionWrappers.PredicateWithException Modifier and Type Method Description static <T> java.util.function.Predicate<T>
FunctionalCheckedExceptionWrappers. _p(FunctionalCheckedExceptionWrappers.PredicateWithException<? super T> predicate)
A wrapper for aPredicate
that catches exceptions and wraps them intoRuntimeException
s.
-