Is there any good reason why `Observable` and `Flo...
# rx
t
Is there any good reason why
Observable
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?