public interface Predicate
Modifier and Type | Method and Description |
---|---|
Predicate |
and(Predicate predicate)
Creates an AND of the predicate with the argument.
|
Predicate |
not()
Creates a negation of the predicate with the argument.
|
Predicate |
or(Predicate predicate)
Creates an OR of the predicate with the argument.
|
Predicate and(Predicate predicate)
predicate
- -
A simple or compound predicatePredicate or(Predicate predicate)
predicate
- -
A simple or compound predicatePredicate not()
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.