new_union


Description:

[ Version ( since = "0.2.2" ) ]
public List new_union (List sourceTwo)

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

this and sourceTwo must be of the same type.

Parameters:

this

the first list to copy

sourceTwo

the second list to copy

Returns:

a union of the two lists