Takes a list of lists {0}, unions the items in the individual lists and returns them in the output list. As a result, the ...

Takes a list of lists {0}, unions the items in the individual lists and returns them in the output list. As a result, the returned list contains all items in any input lists. 
    This operation maintains traditional bag semantics, so duplicate values are matched as part of the Union. 
    An optional equation criteria value, {1}, can be specified to control equality testing.