| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.Trunc |
ArithmeticOperators.ArithmeticOperatorFactory.trunc()
Creates new
AggregationExpression that truncates a number to its integer. |
static ArithmeticOperators.Trunc |
ArithmeticOperators.Trunc.truncValueOf(AggregationExpression expression)
Creates new
ArithmeticOperators.Trunc. |
static ArithmeticOperators.Trunc |
ArithmeticOperators.Trunc.truncValueOf(Number value)
Creates new
ArithmeticOperators.Trunc. |
static ArithmeticOperators.Trunc |
ArithmeticOperators.Trunc.truncValueOf(String fieldReference)
Creates new
ArithmeticOperators.Trunc. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.