C - the context typepublic class OrPredicate<C> extends AbstractPredicate<C>
OR.| Constructor and Description |
|---|
OrPredicate(Predicate<C> left,
Predicate<C> right) |
| Modifier and Type | Method and Description |
|---|---|
Predicate<C> |
getLeft() |
Predicate<C> |
getRight() |
and, orCopyright © 2017–2024. All rights reserved.