and method

Implementation

QueryBuilder<OBJ, R, QFilterCondition> and() {
  return andOrInternal(FilterGroupType.and);
}