DistinctFlow<T> constructor

DistinctFlow<T>(
  1. Flow<T> _source
)

Implementation

DistinctFlow(this._source);