Is there a way to trigger a completable without subscribing in rxjava?

21 views Asked by At

I have a chain of completables, but when I need to execute the completables, I have to subscribe each of it seperately. Is this the normal way of using it?

Is there any examples where I could chain completables using one subscribe?

0

There are 0 answers