Contents

Publishers.Map

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

Declaration

struct Map<Upstream, Output> where Upstream : Publisher

Topics

Creating a map publisher

Mapping elements

Declaring supporting types

Inspecting publisher properties

See Also

Mapping elements