Uses of Interface
aQute.bnd.exceptions.PredicateWithException
-
Packages that use PredicateWithException Package Description aQute.bnd.exceptions This package is exported by biz.aQute.bnd.util. -
-
Uses of PredicateWithException in aQute.bnd.exceptions
Methods in aQute.bnd.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)
-