public class LessEqual<ComparableType extends Comparable<?>> extends InternalBinaryFunction<ComparableType,Boolean>
QueryExpression
that checks whether the first argument is less than or equal
to the second one.Modifier and Type | Field and Description |
---|---|
static String |
OPERATOR_IDENTIFIER |
Constructor and Description |
---|
LessEqual(QueryExpression<? extends ComparableType> operand1,
QueryExpression<? extends ComparableType> operand2) |
appendQueryParameters, asQueryLanguage, precedence, queryStringSizeGuess, toString
public static final String OPERATOR_IDENTIFIER
public LessEqual(QueryExpression<? extends ComparableType> operand1, QueryExpression<? extends ComparableType> operand2)
Copyright © 2016 SAPERION AG. All rights reserved.