Class VariableOperators.Let

java.lang.Object
org.springframework.data.mongodb.core.aggregation.VariableOperators.Let
All Implemented Interfaces:
AggregationExpression, MongoExpression
Enclosing class:
VariableOperators

public static class VariableOperators.Let extends Object implements AggregationExpression
AggregationExpression for $let that binds AggregationExpression to variables for use in the specified in expression, and returns the result of the expression.
Since:
1.10
Author:
Christoph Strobl