public final class Predicates extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
and(Predicate<T>... predicates) |
static <T> Predicate<T> |
any() |
static <T> Predicate<T> |
none() |
static <T> Predicate<T> |
not(Predicate<T> predicate) |
static <T> Predicate<T> |
or(Predicate<T>... predicates) |
Copyright © 2017–2025 Hans Jörg Heßmann. All rights reserved.