Open
Description
Christoph Strobl opened DATAMONGO-2311 and commented
Currently one has to call project().and(ctx -> ....)
by adding the following this could be reduced to project(ctx -> ...)
public ProjectionOperationBuilder and(AggregationExpression expression) {
return new ProjectionOperationBuilder(expression, this, null);
}
Referenced from: pull request #769