Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Abs
Packages that use ArithmeticOperators.Abs
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Abs in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.AbsModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.abs()Creates newAggregationExpressionthat returns the absolute value of the associated number.static ArithmeticOperators.AbsArithmeticOperators.Abs.absoluteValueOf(Number value) Creates newArithmeticOperators.Abs.static ArithmeticOperators.AbsArithmeticOperators.Abs.absoluteValueOf(String fieldReference) Creates newArithmeticOperators.Abs.static ArithmeticOperators.AbsArithmeticOperators.Abs.absoluteValueOf(AggregationExpression expression) Creates newArithmeticOperators.Abs.