https://kotlinlang.org logo
#rx
Title
t

thomasnield

06/16/2017, 1:32 AM
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?