Enumeration Case 列挙ケース

NSComparisonPredicate.Operator.customSelector

A predicate that uses a custom selector that takes a single argument and returns a BOOL value. あつらえのセレクタを使う述部、それは単一の引数を取りBOOL値を返します。

Declaration 宣言

case customSelector = 11

Discussion 議論

The selector is invoked on the left hand side with the right hand side as the argument. セレクタは左手側で、右手側を引数として使って、発動されます。