Initializer

init(forAggregate:)

Creates an aggregate expression for a specified collection. ある集計式をある指定されたコレクションに対して作成します。

Declaration 宣言

init(forAggregate subexpressions: [NSExpression])

Parameters パラメータ

collection

A collection object (an instance of NSArray, NSSet, or NSDictionary) that contains further expressions. あるコレクションオブジェクト(NSArrayNSSet、またはNSDictionaryのインスタンス)、それはさらにもっと式を含みます。

Return Value 戻り値

A new expression that contains the expressions in collection. ある新しい式、それはcollectionの中の式いくらかを含みます。

See Also 参照

Creating a Collection Expression コレクション式を作成する