[ 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
.
Use new_intersection instead.
this |
the first os list to copy |
sourceTwo |
the second os list to copy |
an intersection of the two os lists |