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