new_union


Description:

[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public ProductList new_union (ProductList sourceTwo)

Warning: new_union is deprecated since 0.2.2.

Construct a new os list that is filled with all the oss that are present in either this and sourceTwo .

Note:

Use new_union instead.

Parameters:

this

the first os list to copy

sourceTwo

the second os list to copy

Returns:

a union of the two os lists