Interface ArrayOperators.Filter.ConditionBuilder

Enclosing class:
ArrayOperators.Filter

public static interface ArrayOperators.Filter.ConditionBuilder
Author:
Christoph Strobl
  • Method Details

    • by

      Set the AggregationExpression that determines whether to include the element in the resulting array.
      Parameters:
      expression - must not be null.
      Returns:
      never null.
    • by

      ArrayOperators.Filter by(String expression)
      Set the expression that determines whether to include the element in the resulting array.
      Parameters:
      expression - must not be null.
      Returns:
      never null.
    • by

      ArrayOperators.Filter by(org.bson.Document expression)
      Set the expression that determines whether to include the element in the resulting array.
      Parameters:
      expression - must not be null.
      Returns:
      never null.