+ expressionForUnionSet:with:
Creates an expression object that represents the union of a specified set and collection.
ある式オブジェクトを作成します、それは指定された集合とコレクションの和集合を表します。
+ expressionForIntersectSet:with:
Creates an expression object that represents the intersection of a specified set and collection.
ある式オブジェクトを作成します、それは指定された集合とコレクションの交わりを表します。
+ expressionForMinusSet:with:
Creates an expression object that represents the subtraction of a specified collection from a specified set.
ある式オブジェクトを作成します、それは指定されたコレクションをある指定された集合から引いたものを表します。