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