public abstract class AbstractCompareOperator extends java.lang.Object implements InfixOperator
| Modifier and Type | Method and Description |
|---|---|
TypeValuePair |
evaluate(FormulaContext context,
TypeValuePair value1,
TypeValuePair value2)
Evaluates the comptuation for both parameters.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLevel, isAssociative, isLeftOperationpublic final TypeValuePair evaluate(FormulaContext context, TypeValuePair value1, TypeValuePair value2) throws EvaluationException
InfixOperatorevaluate in interface InfixOperatorEvaluationException