Instance Method
インスタンスメソッド
evaluateWithObject:
Returns a Boolean value that indicates whether the specified object matches the conditions that the predicate specifies.
あるブール値を返します、それは指定されたオブジェクトがこの述部が指定する条件に合致するかどうかを指し示します。
Declaration
宣言
- (BOOL)evaluateWithObject:(id)object;
Parameters
パラメータ
object
The object against which to evaluate the predicate.
それに対して述部を評価することになるオブジェクト。
Return Value
戻り値
YES
if object
matches the conditions specified by the predicate, otherwise NO
.
YES
、もしobject
が述部によって指定される条件に合致するならば、そうでなければNO
。
See Also
参照
Evaluating a Predicate
述部を評価する
- evaluateWithObject:substitutionVariables:
Returns a Boolean value that indicates whether the specified object matches the conditions that the predicate specifies after substituting in the values from a specified variables dictionary.
あるブール値を返します、それはある指定された変数辞書からの値において置換する後に、指定されたオブジェクトがこの述部が指定する条件に合致するかどうかを指し示します。
- allowEvaluation
Forces a securely decoded predicate to allow evaluation.
ある安全にデコードされた述部に、評価を許可するように強制します。