union method

Union<T> union(
  1. QueryBase<T> other
)

Implementation

Union<T> union(QueryBase<T> other) {
  return Union(this, other);
}