and method

Implementation

QueryPredicateGroup and(QueryPredicate predicate) {
  return QueryPredicateGroup(QueryPredicateGroupType.and, [this, predicate]);
}