O - Object type of the single operand.public class UnaryBooleanPolicyOperatorExecutor<O> extends Object implements BooleanPolicyOperatorExecutor<O>
| Constructor and Description |
|---|
UnaryBooleanPolicyOperatorExecutor(PolicyValue<O> operand,
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.
|
public UnaryBooleanPolicyOperatorExecutor(PolicyValue<O> operand, PolicyOperator operator)
operand - The single operandoperator - The operation that will be executed.public PolicyValue<Boolean> execute()
execute in interface PolicyOperatorExecutor<O,Boolean>Copyright © 2010-2016 The Direct Project. All Rights Reserved.