O - Object type of the single operand.public class UnaryIntegerPolicyOperatorExecutor<O> extends Object implements IntegerPolicyOperatorExecutor<O>
| Constructor and Description |
|---|
UnaryIntegerPolicyOperatorExecutor(PolicyValue<O> operand,
PolicyOperator operator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
PolicyValue<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<Integer> execute()
execute in interface PolicyOperatorExecutor<O,Integer>Copyright © 2010–2020 The Direct Project. All rights reserved.