+ andPredicateWithSubpredicates:
Returns a new predicate that you form using an AND operation on the predicates in a specified array.
ある新しい述部を返します、それはあなたがあるAND演算子をある指定された配列の中の述部それら上で使って形成するものです。
+ notPredicateWithSubpredicate:
Returns a new predicate that you form using a NOT operation on a specified predicate.
ある新しい述部を返します、それはあなたがあるNOT演算子をある指定された述部上で使って形成するものです。
+ orPredicateWithSubpredicates:
Returns a new predicate that you form using an OR operation on the predicates in a specified array.
ある新しい述部を返します、それはあなたがあるOR演算子をある指定された配列の中の述部それら上で使って形成するものです。
- initWithType:subpredicates:
Returns the receiver that a specified type initializes using predicates from a specified array.
ある指定された型がある指定された配列からの述部それらを使って初期化するレシーパを返します。
- initWithCoder:
Creates a predicate by decoding from the coder you specify.
ある述部をあなたが指定するコーダからデコードすることによって作成します。