Structure

Result.Publisher

The type of a Combine publisher that publishes this instance’s result to each subscriber exactly once, or fails immediately if the result indicates failure. あるCombineパブリッシャーの型、それはこのインスタンスのもつ結果を各加入者に正確に一度だけ発行する、または結果が不成功を指し示すならば直ぐに失敗するものです。

Declaration 宣言

struct Publisher

Overview 概要

If result is Result.success(_:), then the publisher waits until it receives a request for at least one value, then sends the output to all subscribers and finishes normally. If result is Result.failure(_:), then the publisher sends the failure immediately upon subscription. This latter behavior is a contrast with Just, which always publishes a single value. resultResult.success(_:)であるならば、そのときパブリッシャーは、それがリクエストを少なくとも1つの値に対して受け取るまで待機します、それから出力を全ての加入者へと送信します。resultResult.failure(_:)であるならば、そのときパブリッシャーは、不成功を直ぐに定期購買上で送信します。この後者の挙動は、Justと対照的です。それは常にある単一の値を出版します。

Topics 話題

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

Creating a Result Publisher 結果パブリッシャーを作成する

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

Working with Subscribers 加入者を扱う

Relationships 関係

Conforms To 次に準拠

See Also 参照

Publishing a Result 結果の発行