| Package | Description |
|---|---|
| org.springframework.data.mongodb.core.aggregation |
Support for the MongoDB aggregation framework.
|
| Modifier and Type | Method and Description |
|---|---|
ArithmeticOperators.Cosh |
ArithmeticOperators.ArithmeticOperatorFactory.cosh()
Creates new
AggregationExpression that calculates the hyperbolic cosine of a numeric value given in
radians. |
ArithmeticOperators.Cosh |
ArithmeticOperators.ArithmeticOperatorFactory.cosh(ArithmeticOperators.AngularUnit unit)
Creates new
AggregationExpression that calculates the hyperbolic cosine of a numeric value. |
static ArithmeticOperators.Cosh |
ArithmeticOperators.Cosh.cosh(Object value)
Creates a new
AggregationExpression that calculates the hyperbolic cosine of a value that is measured in
ArithmeticOperators.AngularUnit.RADIANS. |
static ArithmeticOperators.Cosh |
ArithmeticOperators.Cosh.cosh(Object value,
ArithmeticOperators.AngularUnit unit)
Creates a new
AggregationExpression that calculates the hyperbolic cosine of a value that is measured in
the given unit. |
static ArithmeticOperators.Cosh |
ArithmeticOperators.Cosh.coshOf(AggregationExpression expression)
Creates a new
AggregationExpression that calculates the hyperbolic cosine of a value that is measured in
ArithmeticOperators.AngularUnit.RADIANS. |
static ArithmeticOperators.Cosh |
ArithmeticOperators.Cosh.coshOf(AggregationExpression expression,
ArithmeticOperators.AngularUnit unit)
Creates a new
AggregationExpression that calculates the hyperbolic cosine of a value that is measured in
the given unit. |
static ArithmeticOperators.Cosh |
ArithmeticOperators.Cosh.coshOf(String fieldReference)
Creates a new
AggregationExpression that calculates the hyperbolic cosine of a value that is measured in
ArithmeticOperators.AngularUnit.RADIANS. |
static ArithmeticOperators.Cosh |
ArithmeticOperators.Cosh.coshOf(String fieldReference,
ArithmeticOperators.AngularUnit unit)
Creates a new
AggregationExpression that calculates the hyperbolic cosine of a value that is measured in
the given unit. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.