Contents

Publishers.FlatMap

A publisher that transforms elements from an upstream publisher into a new publisher.

Declaration

struct FlatMap<NewPublisher, Upstream> where NewPublisher : Publisher, Upstream : Publisher, NewPublisher.Failure == Upstream.Failure

Topics

Creating a flat map Publisher

Declaring supporting types

Inspecting publisher properties

See Also

Republishing elements by subscribing to new publishers