Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Subtract
Packages that use ArithmeticOperators.Subtract
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Subtract in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.SubtractModifier and TypeMethodDescriptionCreates newAggregationExpressionthat subtracts value from the associated number.Creates newAggregationExpressionthat subtracts value of given from the associated number.ArithmeticOperators.ArithmeticOperatorFactory.subtract(AggregationExpression expression) Creates newAggregationExpressionthat subtracts value of given from the associated number.Subtract the given value.Subtract the value stored at the given field.ArithmeticOperators.Subtract.subtract(AggregationExpression expression) Subtract the evaluated value of the givenAggregationExpression.static ArithmeticOperators.SubtractCreates newArithmeticOperators.Subtract.static ArithmeticOperators.SubtractCreates newArithmeticOperators.Subtract.static ArithmeticOperators.SubtractArithmeticOperators.Subtract.valueOf(AggregationExpression expression) Creates newArithmeticOperators.Subtract.