Contents

Publishers.TryScan

A publisher that transforms elements from the upstream publisher by providing the current element to a failable closure along with the last value returned by the closure.

Declaration

struct TryScan<Upstream, Output> where Upstream : Publisher

Topics

Creating a try-scan publisher

Declaring supporting types

Inspecting publisher properties

See Also

Mapping elements