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> |
not(Predicate<T> predicate) |
Copyright © 2018–2023. All rights reserved.