Created
June 23, 2016 11:17
-
-
Save anonymous/42305b59bd58c806b94584a9b771d9ba to your computer and use it in GitHub Desktop.
the description for this gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
com.thoughtworks.each.Monadic.toEachOps[scala.concurrent.Future, Int](Runner.this.f1).each.+ | |
(com.thoughtworks.each.Monadic.toEachOps[scala.concurrent.Future, Int](Runner.this.f2).each).+ | |
(com.thoughtworks.each.Monadic.toEachOps[scala.concurrent.Future, Int](Runner.this.f3).each).+ | |
(com.thoughtworks.each.Monadic.toEachOps[scala.concurrent.Future, Int](Runner.this.f4).each) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment