init(format: String, argumentArray : [Any]?)
Creates a predicate by substituting the values in a specified array into a format string and parsing the result.
指定された配列の中の値を書式設定文字列へと置き換えてその結果を構文解析することによって、ある述部を作成します。
init(format: String, arguments: CVaListPointer)
Creates a predicate by substituting the values in an argument list into a format string and parsing the result.
引数リストの中の値を書式設定文字列へと置き換えてその結果を構文解析することによって、ある述部を作成します。
func withSubstitutionVariables ([String : Any]) -> Self
Returns a copy of the predicate and substitutes the predicates variables with specified values from a specified substitution variables dictionary.
述部のコピーを返します、述部の変数をある指定された置換変数辞書からの指定される値で置き換えます。
init(value: Bool)
Creates and returns a predicate that always evaluates to a specified Boolean value.
常にある指定されたブール値に評価する述部を作成して返します。
init(block: (Any?, [String : Any]?) -> Bool)
Creates a predicate that evaluates using a specified block object and bindings dictionary.
ある述部を作成します、それは指定されたブロックオブジェクトと束縛辞書を使って評価します。
init?(fromMetadataQueryString : String)
Creates a predicate with a metadata query string.
述部をメタデータクエリ文字列で作成します。