Publishers.Map
A publisher that transforms all elements from the upstream publisher with a provided closure.
Declaration
struct Map<Upstream, Output> where Upstream : PublisherA publisher that transforms all elements from the upstream publisher with a provided closure.
struct Map<Upstream, Output> where Upstream : Publisher