Join Slack
Powered by
I have a `DAO` (using `Room`) that returns `Flowab...
# rx
u
ubu
06/13/2018, 7:34 PM
I have a
DAO
(using
Room
) that returns
Flowable<List<SomeType>>
, but all of my API methods expose
Observable
. Is there a straight way to convert a
Flowable
into an
Observable
? Thanks.
Open in Slack
Previous
Next