AP
Size: a a a
AP
AP
AA
AP
AP
AA
AP
AP
AP
AP
mainObs.groupBy { emit-> emit.id}
.flatMap { obs->
obs.concatMap {...}
.onErrorReturnNext { error ->
return obs
}
}java.lang.IllegalStateException: Only one Observer allowed!
l
mainObs.groupBy { emit-> emit.id}
.flatMap { obs->
obs.concatMap {...}
.onErrorReturnNext { error ->
return obs
}
}java.lang.IllegalStateException: Only one Observer allowed!
l
AP
AP
l
.flatMap(v -> Flowable.just(v), thr -> Flowable.empty(), () -> Flowable.empty())AP
.flatMap(v -> Flowable.just(v), thr -> Flowable.empty(), () -> Flowable.empty())AP
l
AP
AP