and method

void and(
  1. QueryWhere other
)

Implementation

void and(QueryWhere other) {
  _and.add(other);
}