Uses of Interface
aQute.lib.exceptions.PredicateWithException
Packages that use PredicateWithException
-
Uses of PredicateWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type PredicateWithExceptionModifier and TypeMethodDescriptionstatic <T> Predicate<T>
PredicateWithException.asPredicate
(PredicateWithException<T> unchecked) Deprecated.static <T> Predicate<T>
PredicateWithException.asPredicateOrElse
(PredicateWithException<T> unchecked, boolean orElse) Deprecated.static <T> Predicate<T>
PredicateWithException.asPredicateOrElseGet
(PredicateWithException<T> unchecked, BooleanSupplier orElseGet) Deprecated.