public interface Predicate extends CqnPredicate
| Modifier and Type | Method and Description |
|---|---|
Predicate |
and(CqnPredicate other,
CqnPredicate... more)
Creates a conjunction of this predicate with other predicates
|
Predicate |
not()
Negates this predicate
|
Predicate |
or(CqnPredicate other,
CqnPredicate... more)
Creates a disjunction of this predicate with other predicates
|
acceptasExpression, isExpression, toJsonas, asFunction, asLiteral, asNullValue, asParameter, asPlain, asRef, isFunction, isLiteral, isNullValue, isParameter, isPlain, isRef, typePredicate and(CqnPredicate other, CqnPredicate... more)
other - other predicate to connect this predicate withmore - more predicates to connect this predicate withPredicate or(CqnPredicate other, CqnPredicate... more)
other - other predicate to connect this predicate withmore - more predicates to connect this predicate withPredicate not()
Copyright © 2020 SAP. All rights reserved.