October 2018
Intermediate to advanced
420 pages
10h 26m
English
The distinct_until_changed operator filters continuous identical items. It emits only source items that are distinct from the previous item emitted on the source observable. The following is the marble diagram of this operator:

Its prototype is the following code:
distinct_until_changed(self, key_selector=None, comparer=None)
This operator accepts two optional parameters: