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

intersectSet:

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

Declaration 宣言

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

Parameters パラメータ

other

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

See Also 参照

Combining and Recombining Entries 登録項目の結合と再結合