Brandon Trautmann
04/11/2019, 1:34 AMFlowable
, Maybe
, etc. but I don't something like that for coroutines in 2.1.0
Brandon Trautmann
04/11/2019, 1:34 AMzak.taccardi
04/11/2019, 1:43 AMzak.taccardi
04/11/2019, 1:44 AMLiveData<T>
into a ReceiveChannel<T>
or Flow<T>
via the Publisher<T>
https://developer.android.com/reference/android/arch/lifecycle/LiveDataReactiveStreamsBrandon Trautmann
04/11/2019, 2:18 AMLiveDataReactiveStreams
which could definitely help with the reactive queriesSam
04/11/2019, 3:32 AM