NSCompoundPredicate
A specialized predicate that evaluates logical combinations of other predicates.
Declaration
class NSCompoundPredicateOverview
Use NSCompoundPredicate to create an AND or OR compound predicate of one or more other predicates, or the NOT of a single predicate. For the logical AND and OR operations:
Topics
Creating Compound Predicates
init(andPredicateWithSubpredicates:)init(notPredicateWithSubpredicate:)init(orPredicateWithSubpredicates:)init(type:subpredicates:)init(coder:)