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

flatMap(maxPublishers:_:)

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

Declaration 宣言

func flatMap<P>(maxPublishers: Subscribers.Demand = .unlimited, _ transform: @escaping (Date) -> P) -> Publishers.FlatMap<P, Publishers.SetFailureType<Timer.TimerPublisher, P.Failure>> where P : Publisher