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
|
asPredicate, isPredicate
accept, asArithmeticExpression, asExpression, asNegation, isArithmeticExpression, isExpression, isNegation, toJson
as, asFunction, asList, asLiteral, asNullValue, asParameter, asPlain, asRef, isFunction, isList, isLiteral, isNullValue, isParameter, isPlain, isRef, ofRef, type
Predicate 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 © 2022 SAP. All rights reserved.