Interface ContainerOperations.ContainerValueOperation
- Enclosing class:
ContainerOperations
static interface ContainerOperations.ContainerValueOperation
Defines a container/value operation.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(ContainerOperations.ContainerArgument cont, Value value, List<Value> result, EvaluationAccessor resAcc) Evaluates the specific function on a container and a value possibly modifyingresult.
-
Method Details
-
evaluate
void evaluate(ContainerOperations.ContainerArgument cont, Value value, List<Value> result, EvaluationAccessor resAcc) Evaluates the specific function on a container and a value possibly modifyingresult.- Parameters:
cont- the container (must not be modified)value- the valueresult- the result (to be modified as a side effect)resAcc- accessor toresultfor transferring bound elements
-