public class Inequality<Type1,Type2> extends BinaryFunction<Type1,Type2,Boolean>
QueryExpression that checks the inequality of its arguments.| Modifier and Type | Field and Description |
|---|---|
static String |
OPERATOR_IDENTIFIER |
| Constructor and Description |
|---|
Inequality(QueryExpression<? extends Type1> operand1,
QueryExpression<? extends Type2> operand2) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toStringpublic static final String OPERATOR_IDENTIFIER
public Inequality(QueryExpression<? extends Type1> operand1, QueryExpression<? extends Type2> operand2)
Copyright © 2016 SAPERION AG. All rights reserved.