something like `foos.flatMap { foo -> thingThat...
# rx
j
something like
foos.flatMap { foo -> thingThatReturnsList(foo).map { b.listA = it } }