Class ArrayOperators.Filter

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

public static class ArrayOperators.Filter extends Object implements AggregationExpression
$filter AggregationExpression allows to select a subset of the array to return based on the specified condition.
Since:
1.10
Author:
Christoph Strobl