I have two functions which return Futures. I\'m trying to feed a modified result from first function into the other using a for-yield comprehension.
This approach w
It's easier to use https://github.com/qifun/stateless-future or https://github.com/scala/async to do A-Normal-Form transform.
https://github.com/qifun/stateless-future
https://github.com/scala/async
A-Normal-Form