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

Found an error in this documentation? The source code for this page can be found here. Please feel free to edit and contribute a pull request.