The predicate for determining whether the element belongs in the result collection. 要素が結果のコレクションに属するかどうか決定するための述部。
Initializerinit(for
init(forConditional:trueExpression:falseExpression:)
Creates an expression that returns a result, depending on the value of predicate.
ある式を作成します、それはある結果を返します、述部の値に依存しています。
Availability 有効性
- iOS 9.0+
- iPadOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.1+
- tvOS 9.0+
- watchOS 2.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
init(forConditional predicate: NSPredicate
,
trueExpression: NSExpression
,
falseExpression: NSExpression
)
Parameters パラメータ
predicate
trueExpression
The expression for evaluation when the predicate evaluates to
true
. 述部がtrue
に評価する時に評価するための式。falseExpression
The expression for evaluation when the predicate evaluates to
false
. 述部がfalse
に評価する時に評価するための式。