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, orNSDictionary) that contains further expressions.
Return Value
A new expression that contains the expressions in collection.