CombinedFlow<T> constructor

CombinedFlow<T>(
  1. List<Flow> _flows,
  2. Combiner _combiner
)

Implementation

CombinedFlow(this._flows, this._combiner);