GroupByStreamTransformer<S, T> constructor

GroupByStreamTransformer<S, T>(
  1. T grouper(
    1. S event
    )
)

Constructs a StreamTransformer which groups events from the source Stream and emits them as GroupByStream.

Implementation

GroupByStreamTransformer(this.grouper);