Enumeration Case 列挙ケース

NSComparisonPredicate.Modifier.all

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

Declaration 宣言

case all = 1

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 false when it finds the first mismatch—or true if all match. 左手側は、あるコレクションでなければなりません。対応する述部は、左手側の中の各値を右手側と比較します、そしてそれが最初の誤った組み合わせを見つける時にfalseを —€”または全てが合致するならばtrueを返します。