DistinctUniqueStreamTransformer<S> constructor
Constructs a StreamTransformer which emits events from the source Stream as if they were processed through a HashSet.
See HashSet for a more detailed explanation.
Implementation
DistinctUniqueStreamTransformer({this.equals, this.hashCodeMethod});