Package | Description |
---|---|
aQute.lib.exceptions |
Modifier and Type | Method and 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) |