http://doc.akka.io/docs/akka/2.0.2/java/untyped-actors.html#Ask_Send-And-Receive-Future
I want to use this pattern.
I make a WS call in my Actor which returns a F.Promise. Now I want to pipe this promise to another actor. Patterns.pipe works with Akka future. How can I achieve this pattern using F.Promise?