init(forAggregate : [NSExpression])
Creates an aggregate expression for a specified collection.
ある集計式をある指定されたコレクションに対して作成します。
init(forUnionSet : NSExpression, with: NSExpression)
Creates an expression object that represents the union of a specified set and collection.
ある式オブジェクトを作成します、それは指定された集合とコレクションの和集合を表します。
init(forIntersectSet : NSExpression, with: NSExpression)
Creates an expression object that represents the intersection of a specified set and collection.
ある式オブジェクトを作成します、それは指定された集合とコレクションの交わりを表します。