Hey guys, I'm trying to write a data load function...
# rx
a
Hey guys, I'm trying to write a data load function which calls 4 retrofit apis, and then saves them to room All the functions are completables. Is there a way to combine them? I don't know why but Completable.merge will not compile