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