or method

Implementation

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