Uses of Interface
it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException
-
Uses of it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException in it.tidalwave.util
Modifier and TypeMethodDescriptionstatic <T> Predicate
<T> FunctionalCheckedExceptionWrappers._p
(it.tidalwave.util.FunctionalCheckedExceptionWrappers.PredicateWithException<? super T> predicate) A wrapper for aPredicate
that catches exceptions and wraps them intoRuntimeException
s.