Contents

Publishers.TryComparison

A publisher that republishes items from another publisher only if each new item is in increasing order from the previously-published item, and fails if the ordering logic throws an error.

Declaration

struct TryComparison<Upstream> where Upstream : Publisher

Topics

Creating a try-comparison publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying mathematical operations on elements