Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Divide
Packages that use ArithmeticOperators.Divide
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Divide in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.DivideModifier and TypeMethodDescriptionCreates newAggregationExpressionthat divides the associated number by given value.Creates newAggregationExpressionthat divides the associated number by number referenced via fieldReference.ArithmeticOperators.ArithmeticOperatorFactory.divideBy(AggregationExpression expression) Creates newAggregationExpressionthat divides the associated number by number extracted via expression.Divide by the given value.Divide by the value stored at the given field.ArithmeticOperators.Divide.divideBy(AggregationExpression expression) Divide by the evaluation results of the givenAggregationExpression.static ArithmeticOperators.DivideCreates newArithmeticOperators.Divide.static ArithmeticOperators.DivideCreates newArithmeticOperators.Divide.static ArithmeticOperators.DivideArithmeticOperators.Divide.valueOf(AggregationExpression expression) Creates newArithmeticOperators.Divide.