AccumulateExtension<T> extension

on

Methods

accumulate({String name = 'accumulate', SeedCallback<List<T>>? seed, int retention = 0, bool? cancelOnError, bool bubbleCancellation = true}) OffsetIterator<List<T>>
Concats a stream of List's together, and emits a new list each time.