Interface VariableOperators.Map.FunctionBuilder
- Enclosing class:
VariableOperators.Map
public static interface VariableOperators.Map.FunctionBuilder
- Since:
- 1.10
- Author:
- Christoph Strobl, Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionandApply(AggregationExpression expression) Creates newVariableOperators.Mapthat applies the givenAggregationExpressionto each item of the referenced array and returns an array with the applied results.
-
Method Details
-
andApply
Creates newVariableOperators.Mapthat applies the givenAggregationExpressionto each item of the referenced array and returns an array with the applied results.- Parameters:
expression- must not be null.- Returns:
-