Contents

Publishers.TryRemoveDuplicates

A publisher that publishes only elements that don’t match the previous element, as evaluated by a provided error-throwing closure.

Declaration

struct TryRemoveDuplicates<Upstream> where Upstream : Publisher

Topics

Creating a try-remove-duplicates publisher

Declaring supporting types

Inspecting publisher properties

See Also

Filtering elements