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 : PublisherA publisher that publishes only elements that don’t match the previous element, as evaluated by a provided error-throwing closure.
struct TryRemoveDuplicates<Upstream> where Upstream : Publisher