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