Generic Instance Method 総称体インスタンスメソッド

flatMap(maxPublishers:_:)

No overview available. 概要は利用可能でありません。

Declaration 宣言

func flatMap<T, P>(maxPublishers: Subscribers.Demand = .unlimited, _ transform: @escaping ((data: Data, response: URLResponse)) -> P) -> Publishers.FlatMap<P, URLSession.DataTaskPublisher> where T == P.Output, P : Publisher, URLError == P.Failure