The Aggregate1<(Of <(<'I, O>)>)> type exposes the following members.

Methods

  NameDescription
Public methodAdd
Add an object of type I to the Aggregate
Public methodFinalize
Perform whatever finalization computations are necessary (i.e. AVG computes sum/count) and returns the output object
Public methodInitialize
Initialize the local variables. This will be called on the first element of a given group
Public methodIsRecursive
Defines whether an Aggregator is idempotent
(Overrides AggregateIsRecursive()()()().)

See Also