OnStreamOfLists<T> extension
Methods
-
asAccumulating(
{bool emptyMeansRefresh = false}) → Stream< List< T> > -
Available on Stream<
Accumulates the lists emitted by this stream into a single list.List< , provided by the OnStreamOfLists extensionT> >