Uses of Class
org.springframework.data.mongodb.core.aggregation.BooleanOperators.Not
Packages that use BooleanOperators.Not
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of BooleanOperators.Not in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return BooleanOperators.NotModifier and TypeMethodDescriptionBooleanOperators.BooleanOperatorFactory.not()Creates newAggregationExpressionthat evaluates a boolean and returns the opposite boolean value.static BooleanOperators.NotCreates newAggregationExpressionthat evaluates the boolean value of the referenced field and returns the opposite boolean value.static BooleanOperators.NotBooleanOperators.not(AggregationExpression expression) Creates newAggregationExpressionthat evaluates the boolean value ofAggregationExpressionresult and returns the opposite boolean value.static BooleanOperators.NotCreates newBooleanOperators.Notthat evaluates the boolean value of the referenced field and returns the opposite boolean value.static BooleanOperators.NotBooleanOperators.Not.not(AggregationExpression expression) Creates newBooleanOperators.Notthat evaluates the resulting boolean value of the givenAggregationExpressionand returns the opposite boolean value.