Source.empty

Complete right away without ever emitting any elements.

Source operators

Source.never a source which emits nothing and never completes.

Signature

Source.emptySource.empty

Description

Complete right away without ever emitting any elements. Useful when you have to provide a source to an API but there are no elements to emit.

Reactive Streams semantics

emits never

completes directly