rakeeb
06/23/2018, 8:43 PMgetIds().flatmap(ids: List<Long> -> getDetails(ids))
.flatmap(result -> checkStatus(result).map(model -> Pair(result, model)))
I'm concerned with the consecutive calls to flatmap, is this the idiomatic approach to the problem?