Uses of Class
org.springframework.data.mongodb.core.aggregation.BooleanOperators.And
Packages that use BooleanOperators.And
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of BooleanOperators.And in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return BooleanOperators.AndModifier and TypeMethodDescriptionstatic BooleanOperators.AndCreates newBooleanOperators.Andthat evaluates one or more expressions and returns true if all of the expressions are true.Creates newAggregationExpressionthat evaluates one or more expressions and returns true if all of the expressions are true.BooleanOperators.BooleanOperatorFactory.and(AggregationExpression expression) Creates newAggregationExpressionthat evaluates one or more expressions and returns true if all of the expressions are true.BooleanOperators.And.andExpression(AggregationExpression expression) Creates newBooleanOperators.Andwith all previously added arguments appending the given one.Creates newBooleanOperators.Andwith all previously added arguments appending the given one.Creates newBooleanOperators.Andwith all previously added arguments appending the given one.