new_intersection


Description:

[ Version ( deprecated = true , deprecated_since = "0.2.2" , since = "0.2.0" ) ]
public InstallScriptList new_intersection (InstallScriptList sourceTwo)

Warning: new_intersection is deprecated since 0.2.2.

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

Note:

Use new_intersection instead.

Parameters:

this

the first install_script list to copy

sourceTwo

the second install_script list to copy

Returns:

an intersection of the two install_script lists