init(notPredicateWithSubpredicate:)
Returns a new predicate that you form using a NOT operation on a specified predicate.
Declaration
init(notPredicateWithSubpredicate predicate: NSPredicate)Parameters
- predicate:
A predicate.
Return Value
A new predicate formed by NOT-ing the predicate specified by predicate.
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).