BooleanExpressions.LogicalExpression | 
BooleanExpressions.LogicalExpression.add(dev.morphia.aggregation.expressions.impls.Expression expression) | 
 Adds a new expression to this LogicalExpression. 
 | 
static BooleanExpressions.LogicalExpression | 
BooleanExpressions.and() | 
 Evaluates one or more expressions and returns true if all the expressions are true or if evoked with no argument expressions. 
 | 
static BooleanExpressions.LogicalExpression | 
BooleanExpressions.and(dev.morphia.aggregation.expressions.impls.Expression first,
   dev.morphia.aggregation.expressions.impls.Expression... additional) | 
 Evaluates one or more expressions and returns true if all the expressions are true or if evoked with no argument expressions. 
 | 
static BooleanExpressions.LogicalExpression | 
BooleanExpressions.or() | 
 Evaluates one or more expressions and returns true if any of the expressions are true. 
 | 
static BooleanExpressions.LogicalExpression | 
BooleanExpressions.or(dev.morphia.aggregation.expressions.impls.Expression first,
  dev.morphia.aggregation.expressions.impls.Expression... additional) | 
 Evaluates one or more expressions and returns true if any of the expressions are true. 
 |