NSComparisonPredicate.Modifier.any
A predicate to match with any entry in the destination of a to-many relationship.
Declaration
case anyDiscussion
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