Contents

NSComparisonPredicate.Modifier.any

A predicate to match with any entry in the destination of a to-many relationship.

Declaration

case any

Discussion

The left hand side must be a collection. The corresponding predicate compares each value in the left hand side against the right hand side and returns true when it finds the first match—or false if no match is found

See Also

Constants