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