Source.lazily
Deprecated by Source.lazySource
.
Signature
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