Type Method
型メソッド
expressionForIntersectSet:with:
Creates an expression object that represents the intersection of a specified set and collection.
ある式オブジェクトを作成します、それは指定された集合とコレクションの交わりを表します。
Parameters
パラメータ
left
An expression that evaluates to an NSSet
object.
ある式、それはひとつのNSSet
オブジェクトに評価されるものです。
right
An expression that evaluates to a collection object (an instance of NSArray
, NSSet
, or NSDictionary
).
ある式、それはひとつのコレクションオブジェクトに評価されるものです(NSArray
、NSSet
、またはNSDictionary
のインスタンス)。
Return Value
戻り値
A new NSExpression
object that represents the intersection of left
and right
.
新しいNSExpression
オブジェクト、それはleft
とright
の共通部分を表します。
See Also
参照
Creating a Collection Expression
コレクション式を作成する
+ expressionForUnionSet:with:
Creates an expression object that represents the union of a specified set and collection.
ある式オブジェクトを作成します、それは指定された集合とコレクションの和集合を表します。
+ expressionForMinusSet:with:
Creates an expression object that represents the subtraction of a specified collection from a specified set.
ある式オブジェクトを作成します、それは指定されたコレクションをある指定された集合から引いたものを表します。