ToDistinctValueStreamExtension<T> extension

Convert this Stream to a DistinctValueStream.

on

Methods

distinctValue(T value, {bool equals(T p1, T p2)?}) DistinctValueStream<T>
Convert this Stream to a DistinctValueStream.