add method

Query<T> add(
  1. Where where
)

Implementation

Query<T> add(Where where) {
  wheres.add(where);
  return this;
}