new_intersection


Description:

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

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

Parameters:

this

the first list to copy

sourceTwo

the second list to copy

Returns:

an intersection of the two lists