Contents

NSComparisonPredicate.Operator.customSelector

A predicate that uses a custom selector that takes a single argument and returns a BOOL value.

Declaration

case customSelector

Discussion

The selector is invoked on the left hand side with the right hand side as the argument.

See Also

Constants