Contents

Publishers.TryMap

A publisher that transforms all elements from the upstream publisher with a provided error-throwing closure.

Declaration

struct TryMap<Upstream, Output> where Upstream : Publisher

Topics

Creating a try-map publisher

Declaring supporting types

Inspecting publisher properties

Instance Methods

See Also

Mapping elements