public class Predicates
extends java.lang.Object
| Constructor and Description |
|---|
Predicates() |
| Modifier and Type | Method and Description |
|---|---|
static Predicate |
and(Predicate... predicates) |
static Predicate |
not(Predicate predicate) |
static Predicate |
or(Predicate... predicates) |
static Predicate |
stepAt(int i,
java.lang.Class step) |
static Predicate |
withStep(java.lang.Class step) |