new_intersection


Description:

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

Warning: new_intersection is deprecated since 0.2.2.

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

Note:

Use new_intersection instead.

Parameters:

this

the first os list to copy

sourceTwo

the second os list to copy

Returns:

an intersection of the two os lists