Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Mod
Packages that use ArithmeticOperators.Mod
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Mod in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.ModModifier and TypeMethodDescriptionCreates newAggregationExpressionthat divides the associated number by another and returns the remainder.Creates newAggregationExpressionthat divides the associated number by another and returns the remainder.ArithmeticOperators.ArithmeticOperatorFactory.mod(AggregationExpression expression) Creates newAggregationExpressionthat divides the associated number by another and returns the remainder.Use the given value as mod base.Use the value stored at the given field as mod base.ArithmeticOperators.Mod.mod(AggregationExpression expression) Use evaluated value of the givenAggregationExpressionas mod base.static ArithmeticOperators.ModCreates newArithmeticOperators.Mod.static ArithmeticOperators.ModCreates newArithmeticOperators.Mod.static ArithmeticOperators.ModArithmeticOperators.Mod.valueOf(AggregationExpression expression) Creates newArithmeticOperators.Mod.