UnionExtension<T> extension

on

Methods

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