Instance Method インスタンスメソッド

evaluate(with:)

Returns a Boolean value that indicates whether the specified object matches the conditions that the predicate specifies. あるブール値を返します、それは指定されたオブジェクトがこの述部が指定する条件に合致するかどうかを指し示します。

Declaration 宣言

func evaluate(with object: Any?) -> Bool

Parameters パラメータ

object

The object against which to evaluate the predicate. それに対して述部を評価することになるオブジェクト。

Return Value 戻り値

true if object matches the conditions specified by the predicate, otherwise false. true、もしobjectが述部によって指定される条件に合致するならば、そうでなければfalse

See Also 参照

Evaluating a Predicate 述部を評価する