GroupByStreamTransformer<T, K> constructor
GroupByStreamTransformer<T, K> (
- K grouper(
- T event
- Stream<
void> durationSelector(- GroupedStream<
T, K> grouped
- GroupedStream<
Constructs a StreamTransformer which groups events from the source Stream and emits them as GroupedStream.
Implementation
GroupByStreamTransformer(this.grouper, {this.durationSelector});