Initializer

init(notPredicateWithSubpredicate:)

Returns a new predicate that you form using a NOT operation on a specified predicate. ある新しい述部を返します、それはあなたがあるNOT演算子をある指定された述部上で使って形成するものです。

Declaration 宣言

init(notPredicateWithSubpredicate predicate: NSPredicate)

Parameters パラメータ

predicate

A predicate. ある述部。

Return Value 戻り値

A new predicate formed by NOT-ing the predicate specified by predicate. predicateによって指定される述部にNOTをつけることによって形成されるある新しい述部。

Discussion 議論

For applications linked on macOS 10.5 or later, the subpredicates array is copied. For applications linked on OS X v10.4, the subpredicates array is retained (for binary compatibility). macOS 10.5以降に関連付けられるアプリケーションに対して、subpredicates配列は複製されます。OS X v10.4に関連付けられるアプリケーションに対して、subpredicates配列は保有されます(バイナリ互換性のために)。

See Also 参照

Creating Compound Predicates 合成述部を作成する