| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.Abs |
ArithmeticOperators.ArithmeticOperatorFactory.abs()
Creates new
AggregationExpression that returns the absolute value of the associated number. |
static ArithmeticOperators.Abs |
ArithmeticOperators.Abs.absoluteValueOf(AggregationExpression expression)
Creates new
ArithmeticOperators.Abs. |
static ArithmeticOperators.Abs |
ArithmeticOperators.Abs.absoluteValueOf(Number value)
Creates new
ArithmeticOperators.Abs. |
static ArithmeticOperators.Abs |
ArithmeticOperators.Abs.absoluteValueOf(String fieldReference)
Creates new
ArithmeticOperators.Abs. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.