Contents

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: any CVarArg...)

Parameters

  • predicateFormat:

    The format string for the new predicate.

  • args:

    The arguments to substitute into predicateFormat.

See Also

Creating a Predicate