distinctWith<S> method
Implementation
ValueStream<S> distinctWith<S>(S Function(T event) field) =>
_DistinctWithValueStream<T, S>(this, field);
ValueStream<S> distinctWith<S>(S Function(T event) field) =>
_DistinctWithValueStream<T, S>(this, field);