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

mapError(_:)

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

Declaration 宣言

func mapError<E>(_ transform: @escaping (Never) -> E) -> Publishers.MapError<Timer.TimerPublisher, E> where E : Error