O - The operand type of the operation.R - The return type of the operation.public interface PolicyOperatorExecutor<O,R>
PolicyOperators are associated to an executor. All executors
implement the execute() method which returns the result of evaluating the parameters given the specified operator.| Modifier and Type | Method and Description |
|---|---|
PolicyValue<R> |
execute()
Executes the specific operation upon the supplied operands and returns the result of the evaluation.
|
PolicyValue<R> execute()
Copyright © 2010-2016 The Direct Project. All Rights Reserved.