GurpreetSK
04/18/2018, 6:29 PMsingle
if it is empty? For example, I have my DB call returning a single and want to return a boolean value on basis of whether it is empty or not. I'm doing the following currently, but it doesn't seem to work as the control gets blocked (as the table is empty).
myDao
.getAll(object.id())
.isEmpty
.blockingGet()
.not()
leolima
04/19/2018, 10:33 AMleolima
04/19/2018, 10:35 AMgetAll
is implemented by you?leolima
04/19/2018, 10:47 AMgetAll
is a correctly implemented Flowable/Observable