flatMap { if(it.isNotEmpty) Observable.just(it) el...
# rx
l
flatMap { if(it.isNotEmpty) Observable.just(it) else apiCall }
metal 1