Contents

Publishers.Comparison

A publisher that republishes items from another publisher only if each new item is in increasing order from the previously-published item.

Declaration

struct Comparison<Upstream> where Upstream : Publisher

Topics

Creating a comparison publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying mathematical operations on elements