Uses of Class
org.springframework.data.mongodb.core.aggregation.ArrayOperators.Last
Packages that use ArrayOperators.Last
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of ArrayOperators.Last in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return ArrayOperators.LastModifier and TypeMethodDescriptionArrayOperators.ArrayOperatorFactory.last()Creates newAggregationExpressionthat return the last element in the given array.static ArrayOperators.LastReturns the last element in the given array.static ArrayOperators.LastReturns the last element in the array pointed to by the givenfield reference.static ArrayOperators.LastArrayOperators.Last.lastOf(AggregationExpression expression) Returns the last element of the array computed buy the givenexpression.