Enumeration Case 列挙ケース

NSAllPredicateModifier

A predicate to compare all entries in the destination of a to-many relationship. 対多関係の行き先の中の全ての登録項目を比較する述部。

Declaration 宣言

NSAllPredicateModifier

Discussion 議論

The left hand side must be a collection. The corresponding predicate compares each value in the left hand side with the right hand side, and returns NO when it finds the first mismatch—or YES if all match. 左手側は、あるコレクションでなければなりません。対応する述部は、左手側の中の各値を右手側と比較します、そしてそれが最初の誤った組み合わせを見つける時にNOを — または全てが合致するならばYESを返します。