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