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

filterUsingPredicate:

Evaluates a given predicate against the mutable ordered set’s content and leaves only objects that match. 与えられた述部を可変の順序集合のもつ内容と照らし合わせて評価して、合致するオブジェクトのみを残します。

Declaration 宣言

- (void)filterUsingPredicate:(NSPredicate *)p;

Parameters パラメータ

predicate

The predicate to evaluate against the set’s elements. 集合のもつ要素に対して評価をする述部。

See Also 参照

Adding, Removing, and Reordering Entries 登録項目の追加、除去、そして再配列

Related Documentation 関連文書