O1 - Object type of the first operand.O2 - Object type of the second operand.public class BinaryBooleanPolicyOperatorExecutor<O1,O2> extends Object implements BooleanPolicyOperatorExecutor<O1>
| Constructor and Description |
|---|
BinaryBooleanPolicyOperatorExecutor(PolicyValue<O1> operand1,
PolicyValue<O2> operand2,
PolicyOperator operator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
PolicyValue<Boolean> |
execute()
Executes the specific operation upon the supplied operands and returns the result of the evaluation.
|
String |
toString() |
public BinaryBooleanPolicyOperatorExecutor(PolicyValue<O1> operand1, PolicyValue<O2> operand2, PolicyOperator operator)
operand1 - The first operandoperand2 - The second operandoperator - The operation that will be executed.public PolicyValue<Boolean> execute()
execute in interface PolicyOperatorExecutor<O1,Boolean>Copyright © 2010–2020 The Direct Project. All rights reserved.