Initializer

init(format:_:)

Creates a predicate by substituting the values in an argument list into a format string and parsing the result. 引数リストの中の値を書式設定文字列へと置き換えてその結果を構文解析することによって、ある述部を作成します。

Declaration 宣言

convenience init(format predicateFormat: String, _ args: CVarArg...)

Parameters パラメータ

predicateFormat

The format string for the new predicate. 新しい述部に対する書式設定文字列。

args

The arguments to substitute into predicateFormat. predicateFormatへと置換ことになる引数。

See Also 参照

Creating a Predicate 述部を作成する