Uses of Interface
aQute.lib.exceptions.PredicateWithException
-
Packages that use PredicateWithException Package Description aQute.lib.exceptions -
-
Uses of PredicateWithException in aQute.lib.exceptions
Methods in aQute.lib.exceptions with parameters of type PredicateWithException Modifier and Type Method Description static <T> java.util.function.Predicate<T>PredicateWithException. asPredicate(PredicateWithException<T> unchecked)static <T> java.util.function.Predicate<T>PredicateWithException. asPredicateOrElse(PredicateWithException<T> unchecked, boolean orElse)static <T> java.util.function.Predicate<T>PredicateWithException. asPredicateOrElseGet(PredicateWithException<T> unchecked, java.util.function.BooleanSupplier orElseGet)
-