Uses of Class
org.springframework.data.mongodb.core.aggregation.ArithmeticOperators.Ceil
Packages that use ArithmeticOperators.Ceil
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArithmeticOperators.Ceil in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArithmeticOperators.CeilModifier and TypeMethodDescriptionArithmeticOperators.ArithmeticOperatorFactory.ceil()Creates newAggregationExpressionthat returns the smallest integer greater than or equal to the associated number.static ArithmeticOperators.CeilArithmeticOperators.Ceil.ceilValueOf(Number value) Creates newArithmeticOperators.Ceil.static ArithmeticOperators.CeilArithmeticOperators.Ceil.ceilValueOf(String fieldReference) Creates newArithmeticOperators.Ceil.static ArithmeticOperators.CeilArithmeticOperators.Ceil.ceilValueOf(AggregationExpression expression) Creates newArithmeticOperators.Ceil.