[ Version ( deprecated = true , deprecated_since = "0.2.2" ) ]
public DeploymentList new_intersection (DeploymentList sourceTwo)
Warning: new_intersection is deprecated since 0.2.2.
Construct a new deployment list that is filled with only the deployments that are present in both this
and sourceTwo
.
Use new_intersection instead.
this |
the first deployment list to copy |
sourceTwo |
the second deployment list to copy |
an intersection of the two deployment lists |