union method

Implementation

UpdateNotification union(UpdateNotification other) {
  return UpdateNotification(tables.union(other.tables));
}