Interface IIterationSummary<T>

Iteration summary, produced by onEnd operator.

See

onEnd

Type Parameters

  • T

Hierarchy

  • IIterationSummary

Properties

count: number

Number of items iterated.

duration: IDuration<T>

Duration details, to help measure iteration performance.

lastValue: undefined | T

Last emitted value, if there was any (undefined otherwise).

sync: boolean

Iteration concurrency flag:

  • true - synchronous iteration
  • false - asynchronous iteration