Question: So I have a api in Scala that uses twitter.util.Future. In my case, I want to create 2 futures, one of which is dependent on the result of the other and return the first future: So in this case, ...