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

filterUsingPredicate:

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

Declaration 宣言

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

Parameters パラメータ

predicate

The predicate to evaluate against the array’s elements. 配列の要素と照らし合わせて評価を行う述部。

See Also 参照

Related Documentation 関連文書