Interface BinaryOperator<T>
- All Superinterfaces:
Expression,Serializable
- All Known Implementing Classes:
ImmutableBinaryOperator
-
Method Summary
Modifier and TypeMethodDescriptiondefault Teval(EvalContext evalContext) default Set<EventMatcher> getNodes()default ValueType
-
Method Details
-
getNodes
List<Expression> getNodes() -
getReducer
-
eval
- Specified by:
evalin interfaceExpression
-
getValueType
- Specified by:
getValueTypein interfaceExpression
-
getEvalRequiredConditions
- Specified by:
getEvalRequiredConditionsin interfaceExpression
-