execute Stream
open fun <T : Any> Single<T>.executeStream(config: SingleUseCaseConfig.Builder<T>.() -> Unit): Disposable
Content copied to clipboard
Executes the Single and adds its disposable to shared, automatically disposed, composite disposable.
Return
disposable of internal Single. It might be used to dispose use case when you need to dispose it in advance on your own.
Parameters
config
SingleUseCaseConfig used to process results of internal Single.