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