Interface ContainerOperations.ContainerValueOperation
-
- Enclosing class:
- ContainerOperations
static interface ContainerOperations.ContainerValueOperationDefines a container/value operation.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidevaluate(ContainerOperations.ContainerArgument cont, Value value, java.util.List<Value> result, EvaluationAccessor resAcc)Evaluates the specific function on a container and a value possibly modifyingresult.
-
-
-
Method Detail
-
evaluate
void evaluate(ContainerOperations.ContainerArgument cont, Value value, java.util.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
-
-