OnStreamOfLists<T> extension

on

Methods

asAccumulating({bool emptyMeansRefresh = false}) Stream<List<T>>

Available on Stream<List<T>>, provided by the OnStreamOfLists extension

Accumulates the lists emitted by this stream into a single list.