| Constructor and Description |
|---|
Predicates() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Predicate<T> |
always() |
static <T> Predicate<T> |
never() |
static <T> Predicate<T> |
same(T object) |
static <T> Predicate<T> |
when(boolean condition) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.