DistinctUntilChangedOperator<T> extension

on

Methods

distinctUntilChanged<K>({Map1<T, K>? key, Predicate2<K, K>? compare}) Observable<T>
Emits all items emitted by this Observable that are different from the previous one.