thomasnield
06/16/2017, 1:32 AMObservable
and Flowable
do not have concatMapSingle()
, switchMapSingle()
, and counterparts for Maybe
as well? Also, why is there no replay()
or publish()
for Single
and Maybe
? Is the reasoning to switch to Observable
and Flowable
when you need these functionalities?