Type Method
型メソッド
orPredicateWithSubpredicates:
Returns a new predicate that you form using an OR operation on the predicates in a specified array.
ある新しい述部を返します、それはあなたがあるOR演算子をある指定された配列の中の述部それら上で使って形成するものです。
Parameters
パラメータ
subpredicates
An array of NSPredicate
objects.
NSPredicate
オブジェクトいくらかの配列。
Return Value
戻り値
A new predicate formed by OR-ing the predicates specified by subpredicates
.
subpredicates
によって指定される述部いくらかをORでつなげることによって形成されるある新しい述部。
Discussion
議論
An OR predicate with no subpredicates evaluates to FALSE.
OR述部で下位述部のないものは、FALSEに評価します。
Special Considerations
特別な注意事項
For applications linked on macOS 10.5 or later, the subpredicates
array is copied. For applications linked on OS X v10.4, the subpredicates
array is retained (for binary compatibility).
macOS 10.5以降に関連付けられるアプリケーションに対して、subpredicates
配列は複製されます。OS X v10.4に関連付けられるアプリケーションに対して、subpredicates
配列は保有されます(バイナリ互換性のために)。
See Also
参照
Creating Compound Predicates
合成述部を作成する
+ andPredicateWithSubpredicates:
Returns a new predicate that you form using an AND operation on the predicates in a specified array.
ある新しい述部を返します、それはあなたがあるAND演算子をある指定された配列の中の述部それら上で使って形成するものです。
+ notPredicateWithSubpredicate:
Returns a new predicate that you form using a NOT operation on a specified predicate.
ある新しい述部を返します、それはあなたがあるNOT演算子をある指定された述部上で使って形成するものです。
- initWithType:subpredicates:
Returns the receiver that a specified type initializes using predicates from a specified array.
ある指定された型がある指定された配列からの述部それらを使って初期化するレシーパを返します。
- initWithCoder:
Creates a predicate by decoding from the coder you specify.
ある述部をあなたが指定するコーダからデコードすることによって作成します。