Returns a Transform where all subsequent repetitions of the same item are filtered out.
Transform
Type of items emitted by the observable.
Function to check if two items are the same. By default strict equality is used.
Transform that emits some items from the original observable.
Generated using TypeDoc
Returns a
Transform
where all subsequent repetitions of the same item are filtered out.