Observable Use Case
Base use case which wraps Observable. Instance of this use case can be simply executed in cooperation with app.futured.arkitekt.rxusecases.disposables.ObservableDisposablesOwner interface.
Wrapped stream is subscribed on io.reactivex.schedulers.Schedulers.io and observed on io.reactivex.android.schedulers.AndroidSchedulers.mainThread by default. You may override these through workScheduler and resultScheduler respectively.
Constructors
ObservableUseCase
Link copied to clipboard
fun ObservableUseCase()
Content copied to clipboard