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