Initializer

init(leftExpression:rightExpression:customSelector:)

Creates a predicate that you form by combining specified left and right expressions using a specified selector. ある述部を作成します、それはあなたが指定された左および右式をある指定されたセレクタを使って結合することによって形成するものです。

Declaration 宣言

init(leftExpression lhs: NSExpression, 
rightExpression rhs: NSExpression, 
customSelector selector: Selector)

Parameters パラメータ

lhs

The left hand expression. 左手の式。

rhs

The right hand expression. 右手の式。

selector

The selector to use. The method defined by the selector must take a single argument and return a BOOL value. 使用するセレクタ。セレクタによって定義されるメソッドは、ただ1つの引数を取り、BOOL値を返さなければなりません。

Return Value 戻り値

The receiver, initialized by combining the left and right expressions using selector. 左および右式をselectorを使って結合することによって初期化される、レシーバ。

See Also 参照

Creating Comparison Predicates 比較述部を作成する