UnionExtension<T> extension

on

Methods

union(Iterable<T> other, [Object selector(T element)?]) Iterable<T>

Available on Iterable<T>, provided by the UnionExtension extension

Returns the set union between the iterable and the given collection.