never

Never emit any elements, never complete and never fail.

Source operators

Source.empty, a source which emits nothing and completes immediately.

Signature

Source.neverSource.never

Description

Create a source which never emits any elements, never completes and never failes. Useful for tests.

Reactive Streams semantics

emits never

completes never

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.