Contents

init(forAggregate:)

Creates an aggregate expression for a specified collection.

Declaration

init(forAggregate subexpressions: [NSExpression])

Parameters

  • subexpressions:

    A collection object (an instance of NSArray, NSSet, or NSDictionary) that contains further expressions.

Return Value

A new expression that contains the expressions in collection.

See Also

Creating a Collection Expression