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 : PublisherA publisher that transforms all elements from the upstream publisher with a provided error-throwing closure.
struct TryMap<Upstream, Output> where Upstream : Publisher