I am chaining async operations using RxJava, and I\'d like to pass some variable downstream:
Observable .from(modifications) .flatmap( (data1) -> {