A Combine publisher that publishes each member of the sequence as a separate element.
SDKs
- iOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 11.0+
Framework
- 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.