Instance Method インスタンスメソッド

intersectSet:

Removes from the receiving set each object that isn’t a member of another given set. 受け手側の集合から別の与えられた集合のメンバでない各オブジェクトを取り除きます。

Declaration 宣言

- (void)intersectSet:(NSSet<ObjectType> *)otherSet;

Parameters パラメータ

otherSet

The set with which to perform the intersection. この集合との交叉を実行することになります。

See Also 参照

Combining and recombining sets 集合の結合と再結合

Related Documentation 関連文書