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

merge(with:_:_:_:_:)

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

Declaration 宣言

func merge<B, C, D, E, F>(with b: B, _ c: C, _ d: D, _ e: E, _ f: F) -> Publishers.Merge6<Timer.TimerPublisher, B, C, D, E, F> where B : Publisher, C : Publisher, D : Publisher, E : Publisher, F : 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, E.Failure == F.Failure, E.Output == F.Output