stream_summary_builder library

Classes

StreamSummaryBuilder<T, S>
An implementation of StreamBuilderBase that folds new stream events into a summary and builds with the summary of stream events seen so far.

Typedefs

Fold<T, S> = S Function(S currentSummary, T newValue)
A function that takes a summary and a new value and returns a new summary updated with the new value.