Contents

Publishers.Sequence

A publisher that publishes a given sequence of elements.

Declaration

struct Sequence<Elements, Failure> where Elements : Sequence, Failure : Error

Overview

When the publisher exhausts the elements in the sequence, the next request causes the publisher to finish.

Topics

Creating a sequence publisher

Declaring supporting types

Inspecting publisher properties

Comparing publishers

Applying Operators

Default Implementations

See Also

Convenience publishers