static <T> AsyncPredicate<T> |
AsyncPredicate.alwaysFalse() |
static <T> AsyncPredicate<T> |
AsyncPredicate.alwaysTrue() |
default AsyncPredicate<T> |
AsyncPredicate.and(AsyncPredicate<? super T> other) |
default AsyncPredicate<T> |
AsyncPredicate.and(Predicate<? super T> other) |
default AsyncPredicate<T> |
AsyncPredicate.negate() |
static <T> AsyncPredicate<T> |
AsyncPredicate.of(Predicate<T> predicate) |
default AsyncPredicate<T> |
AsyncPredicate.or(AsyncPredicate<? super T> other) |
default AsyncPredicate<T> |
AsyncPredicate.or(Predicate<? super T> other) |