Module spring.data.mongodb
Interface VariableOperators.Map.FunctionBuilder
- Enclosing class:
- VariableOperators.Map
public static interface VariableOperators.Map.FunctionBuilder
-
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:
-