@API(status=EXPERIMENTAL) public final class Predicates extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
alwaysFalse() |
static <T> Predicate<T> |
alwaysTrue() |
static <T> Predicate<T> |
or(Predicate<T> predicate,
Predicate<T>... predicates) |
Copyright © 2015–2022 Zalando SE. All rights reserved.