Uses of Class
dev.morphia.aggregation.expressions.impls.ShiftExpression
-
Packages that use ShiftExpression Package Description dev.morphia.aggregation.expressions -
-
Uses of ShiftExpression in dev.morphia.aggregation.expressions
Methods in dev.morphia.aggregation.expressions that return ShiftExpression Modifier and Type Method Description static ShiftExpressionWindowExpressions. shift(Expression output, long by, Expression defaultValue)Returns the value from an expression applied to a document in a specified position relative to the current document in the $setWindowFields stage partition.
-