Class

NSCompoundPredicate

A specialized predicate that evaluates logical combinations of other predicates. 他の述部の論理結合を評価するある特殊化された述部。

Declaration 宣言

class NSCompoundPredicate : NSPredicate

Overview 概要

Use NSCompoundPredicate to create an AND or OR compound predicate of one or more other predicates, or the NOT of a single predicate. For the logical AND and OR operations: NSCompoundPredicateを使って、1つ以上の他の述部からなるANDまたはOR合成述部、または単一の述部からなるNOTを作成してください。論理ANDそしてOR演算に対して:

  • An AND predicate with no subpredicates evaluates to true. AND述部で下位述部のないものは、trueに評価します。

  • An OR predicate with no subpredicates evaluates to false. OR述部で下位述部のないものは、falseに評価します。

  • A compound predicate with one or more subpredicates evaluates to the truth of its subpredicates. 合成述部で1つ以上の下位述部を持つものは、それの下位述部それらの真偽に評価します。

Topics 話題

Creating Compound Predicates 合成述部を作成する

Getting Information About a Compound Predicate 合成述部についての情報を取得する

Relationships 関係

Inherits From 継承元

See Also 参照

Filtering フイルタする