Enumeration Case 列挙ケース

NSAnyPredicateModifier

A predicate to match with any entry in the destination of a to-many relationship. 対多関係の行き先の中の任意の登録項目と照合する述部。

Declaration 宣言

NSAnyPredicateModifier

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 YES when it finds the first match—or NO if no match is found 左手側は、あるコレクションでなければなりません。対応する述部は、左手側の中の各値を右手側に対して比較します、そしてそれが最初の合致するものを見つける時にYESを — または合致するものが見つけられないならばNOを返します。