AND function

Implementation

QueryCondition AND(List<QueryCondition> items) {
  return GroupCondition(true, items);
}