Contents

Publishers.ReplaceError

A publisher that replaces any errors in the stream with a provided element.

Declaration

struct ReplaceError<Upstream> where Upstream : Publisher

Topics

Creating a replace error Publisher

Declaring supporting types

Inspecting publisher properties

Comparing publishers

Default Implementations

See Also

Filtering elements