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

zip(_:_:_:_:)

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

Declaration 宣言

func zip<P, Q, R, T>(_ publisher1: P, _ publisher2: Q, _ publisher3: R, _ transform: @escaping (Date, P.Output, Q.Output, R.Output) -> T) -> Publishers.Map<Publishers.Zip4<Timer.TimerPublisher, P, Q, R>, T> where P : Publisher, Q : Publisher, R : Publisher, Never == P.Failure, P.Failure == Q.Failure, Q.Failure == R.Failure