Structure

Optional.Publisher

The type of a Combine publisher that publishes the value of a Swift optional instance to each subscriber exactly once, if the instance has any value at all. あるCombineパブリッシャーの型、それはあるSwiftオプショナルインスタンスの値を各加入者に正確に一度だけ発行するものです、とにかくそのインスタンスが値を何らかの持つならば。

Declaration 宣言

struct Publisher

Overview 概要

In contrast with the Just publisher, which always produces a single value, this publisher might not send any values and instead finish normally, if output is nil. 常にある単一の値を生み出すJustパブリッシャーと対照的に、このパブリッシャーは全く値を送信しないで代わりに正常に終了するかもしれません、もしoutputnilであるならば。

Topics 話題

Declaring Publisher Topography パブリッシャー地勢を宣言する

Creating an Optional Publisher オプショナルパブリッシャーを作成する

Inpsecting Publisher Properties パブリッシャープロパティを検査する

Working with Subscribers 加入者を扱う

Relationships 関係

Conforms To 次に準拠

See Also 参照

Publishing an Optional オプショナルを発行する