DistinctOperator<T> extension
- on
-
- Observable<
T>
- Observable<
Methods
-
distinct(
{Predicate2< T, T> ? equals, Map1<T, int> ? hashCode}) → Observable<T> - Emits all items emitted by this Observable that are distinct from the previous ones.