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

catch(_:)

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

Declaration 宣言

func `catch`<P>(_ handler: @escaping (Never) -> P) -> Publishers.Catch<NotificationCenter.Publisher, P> where P : Publisher, Notification == P.Output