executeStream

open fun Completable.executeStream(config: CompletableUseCaseConfig.Builder.() -> Unit): Disposable

Executes the Completable and adds its disposable to shared, automatically disposed, composite disposable.

Return

disposable of internal Completable. It might be used to dispose use case when you need to dispose it in advance on your own.

Parameters

config

CompletableUseCaseConfig used to process results of internal Completable.