Uses of Class
dev.morphia.aggregation.expressions.impls.LetExpression
-
Packages that use LetExpression Package Description dev.morphia.aggregation.expressions dev.morphia.aggregation.expressions.impls -
-
Uses of LetExpression in dev.morphia.aggregation.expressions
Methods in dev.morphia.aggregation.expressions that return LetExpression Modifier and Type Method Description static LetExpressionVariableExpressions. let(Expression in)Binds variables for use in the specified expression, and returns the result of the expression. -
Uses of LetExpression in dev.morphia.aggregation.expressions.impls
Methods in dev.morphia.aggregation.expressions.impls that return LetExpression Modifier and Type Method Description LetExpressionLetExpression. variable(String name, Expression expression)Defines a new variable
-