Class BinaryOperatorExpression
java.lang.Object
org.kuali.rice.krms.framework.engine.expression.BinaryOperatorExpression
- All Implemented Interfaces:
Expression<Boolean>
Binary Operator implementation of Expression<Boolean>
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionBinaryOperatorExpression(ComparisonOperator operator, Expression<? extends Object> lhs, Expression<? extends Object> rhs) Create a BinaryOperatorExpression with the given values -
Method Summary
-
Constructor Details
-
BinaryOperatorExpression
public BinaryOperatorExpression(ComparisonOperator operator, Expression<? extends Object> lhs, Expression<? extends Object> rhs) Create a BinaryOperatorExpression with the given values- Parameters:
operator-ComparisonOperatorlhs- left hand side Expressionrhs- right hand side Expression
-
-
Method Details
-
invoke
Description copied from interface:ExpressionInvoke on the givenExecutionEnvironment.- Specified by:
invokein interfaceExpression<Boolean>- Parameters:
environment-ExecutionEnvironmentto invoke on.- Returns:
- T
-