UnionExtension<T> extension

on

Methods

union<TKey>(Iterable<T> other, [TKey selector(T element)]) Iterable<T>
Returns the set union between the iterable and the given collection. [...]