Interface ContainerOperations.Container2Operation
- Enclosing class:
ContainerOperations
static interface ContainerOperations.Container2Operation
Defines a container/container operation.
- Author:
- Holger Eichelberger
-
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(ContainerOperations.ContainerArgument c1, ContainerOperations.ContainerArgument c2, List<Value> result, EvaluationAccessor resultAccessor) Evaluates the specific function on two container values possibly modifyingresult.
-
Method Details
-
evaluate
void evaluate(ContainerOperations.ContainerArgument c1, ContainerOperations.ContainerArgument c2, List<Value> result, EvaluationAccessor resultAccessor) Evaluates the specific function on two container values possibly modifyingresult.- Parameters:
c1- the first container (must not be modified)c2- the second container (must not be modified)result- the result (to be modified as a side effect)resultAccessor- for taking over bound elements
-