and method

Query<T> and(
  1. Where where
)

Implementation

Query<T> and(Where where) => add(where..boolOperator = 'AND');