Type of elements within the source iterable.
Accumulator type produced by accumulator; defaults to TElement when seed is omitted.
The source iterable.
Function that merges the current accumulator value with the next element to produce the subsequent accumulator.
Optionalseed: TAccumulateOptional initial accumulator. When omitted, the first element supplies the initial accumulator and is emitted as the first result.
A deferred sequence containing every intermediate accumulator produced by accumulator.
Accumulates the sequence and emits each intermediate result.