Can I flatMap into other streams with completables?

前端 未结 0 488
说谎
说谎 2021-02-12 21:33

I have several completable rx subscriptions in a stream like this:

viewModel?.setupDoorMode().subscribe(onNext: { shouldConnectToDoor in
    if shoul         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题