init(Failure)
Creates a publisher that immediately terminates upon subscription with the given failure.
この与えられた失敗で定期購読上で直ぐに終了するパブリッシャーを作成します。
init(Result<Success, Failure>.Publisher.Output)
Creates a publisher that delivers the specified output and finishes normally.
指定された出力を配達して通常に終了するパブリッシャーを作成します。