Uses of Class
org.springframework.data.mongodb.core.aggregation.AccumulatorOperators.Min
Packages that use AccumulatorOperators.Min
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of AccumulatorOperators.Min in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return AccumulatorOperators.MinModifier and TypeMethodDescriptionCreates newAccumulatorOperators.Minwith all previously added arguments appending the given one.AccumulatorOperators.Min.and(AggregationExpression expression) Creates newAccumulatorOperators.Minwith all previously added arguments appending the given one.AccumulatorOperators.Min.limit(int numberOfResults) Creates newAccumulatorOperators.Minthat returns the given number of minimum values ($minN).AccumulatorOperators.AccumulatorOperatorFactory.min()Creates newAggregationExpressionthat takes the associated numeric value expression and returns the minimum value.AccumulatorOperators.AccumulatorOperatorFactory.min(int numberOfResults) Creates newAggregationExpressionthat takes the associated numeric value expression and returns the requested number of maximum values.ArithmeticOperators.ArithmeticOperatorFactory.min()Creates newAggregationExpressionthat returns the minimum value.static AccumulatorOperators.MinCreates newAccumulatorOperators.Min.static AccumulatorOperators.MinAccumulatorOperators.Min.minOf(AggregationExpression expression) Creates newAccumulatorOperators.Min.