Created
December 26, 2014 03:56
-
-
Save e0en/b834bfac2b3c7ee8ab46 to your computer and use it in GitHub Desktop.
Revisions
-
e0en created this gist
Dec 26, 2014 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ import com.twitter.util.Future var seq = Future(Seq(1,2,3)) seq map { s => Map(s map {x => x -> x * 2}): _*) }