public class Negation extends UnaryOperator<Boolean,Boolean>
QueryExpression
that is the negation of another
QueryExpression
i.e. it yields true if and only if the other
QueryExpression
yields false.Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_IDENTIFIER |
Constructor and Description |
---|
Negation(QueryExpression<Boolean> negatedCondition) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toString
public static final String OPERATOR_IDENTIFIER
public Negation(QueryExpression<Boolean> negatedCondition)
Copyright © 2016 SAPERION AG. All rights reserved.