Package | Description |
---|---|
com.allanbank.mongodb.builder.expression |
Modifier and Type | Method and Description |
---|---|
LetBuilder |
LetBuilder.let(String name,
DocumentAssignable document)
Adds a variable to the
$let expression. |
static LetBuilder |
Expressions.let(String name,
DocumentAssignable document)
Starts the creation of a
$let expression. |
LetBuilder |
LetBuilder.let(String name,
Expression expression)
Adds a variable to the
$let expression. |
static LetBuilder |
Expressions.let(String name,
Expression expression)
Starts the creation of a
$let expression. |
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.