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

merge(with:_:_:_:)

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

Declaration 宣言

func merge<B, C, D, E>(with b: B, _ c: C, _ d: D, _ e: E) -> Publishers.Merge5<Timer.TimerPublisher, B, C, D, E> where B : Publisher, C : Publisher, D : Publisher, E : Publisher, Never == B.Failure, Date == B.Output, B.Failure == C.Failure, B.Output == C.Output, C.Failure == D.Failure, C.Output == D.Output, D.Failure == E.Failure, D.Output == E.Output