Enumeration Case 列挙ケース

NSComparisonPredicate.Modifier.any

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

Declaration 宣言

case any = 2

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