Contents

Empty

A publisher that never publishes any values, and optionally finishes immediately.

Declaration

struct Empty<Output, Failure> where Failure : Error

Overview

You can create a ”Never” publisher — one which never sends values and never finishes or fails — with the initializer Empty(completeImmediately: false).

Topics

Creating an empty publisher

Inspecting publisher properties

Comparing publishers

See Also

Convenience Publishers