O - Object type of the single operand.public class UnaryIntegerPolicyOperatorExecutor<O> extends java.lang.Object implements IntegerPolicyOperatorExecutor<O>
| Constructor and Description |
|---|
UnaryIntegerPolicyOperatorExecutor(PolicyValue<O> operand,
PolicyOperator operator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
PolicyValue<java.lang.Integer> |
execute()
Executes the specific operation upon the supplied operands and returns the result of the evaluation.
|
public UnaryIntegerPolicyOperatorExecutor(PolicyValue<O> operand, PolicyOperator operator)
operand - The single operandoperator - The operation that will be executed.public PolicyValue<java.lang.Integer> execute()
execute in interface PolicyOperatorExecutor<O,java.lang.Integer>Copyright © 2010-2019 The Direct Project. All Rights Reserved.