Instance Property インスタンスプロパティ

publisher

A Combine publisher that publishes each member of the sequence as a separate element. あるCombineパブリッシャー、それはシーケンスの各要素を別個の要素として発行します。

Declaration 宣言

var publisher: Publishers.Sequence<Self, Never> { get }

Discussion 解説

When the publisher exhausts the elements in the sequence, the next request causes the publisher to finish. パブリッシャーがシーケンスの中の要素を使い尽くす場合、次の要請はパブリッシャーを終了させます。