async/stream_window_utils library
Stream windowing (time- and count-based) — roadmap #660.
Functions
-
windowCount<
T> (Stream< T> stream, int count) → Stream<List< T> > -
Buffers
streaminto lists ofcountelements.
Stream windowing (time- and count-based) — roadmap #660.
stream into lists of count elements.