Source.lazily

Deprecated by Source.lazySource.

Source operators

Signature

Source.lazilySource.lazily

Description

lazily has been deprecated in 2.6.0, use lazySource instead.

Defers creation and materialization of a Source until there is demand.

Reactive Streams semantics

emits depends on the wrapped Source

completes depends on the wrapped Source

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.