OR function

Implementation

QueryCondition OR(List<QueryCondition> items) {
  return GroupCondition(false, items);
}