O1 - Object type of the first operand.O2 - Object type of the second operand.public class BinaryBooleanPolicyOperatorExecutor<O1,O2> extends java.lang.Object implements BooleanPolicyOperatorExecutor<O1>
| Constructor and Description |
|---|
BinaryBooleanPolicyOperatorExecutor(PolicyValue<O1> operand1,
PolicyValue<O2> operand2,
PolicyOperator operator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
PolicyValue<java.lang.Boolean> |
execute()
Executes the specific operation upon the supplied operands and returns the result of the evaluation.
|
java.lang.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<java.lang.Boolean> execute()
execute in interface PolicyOperatorExecutor<O1,java.lang.Boolean>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2010-2019 The Direct Project. All Rights Reserved.