Initializer

init(_:)

Creates a publisher to emit the value of the optional, or to finish immediately if the optional doesn’t have a value. あるパブリッシャーを作成してオプショナルの値を発布します、またはそのオプショナルが値を持たないならば直ちに終了します。

Declaration 宣言

init(_ output: Optional<Wrapped>.Publisher.Output?)

Parameters パラメータ

output

The result to deliver to each subscriber. 各加入者に配達する結果。