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