Created
October 10, 2015 11:33
-
-
Save tomaszperek/0dac78f8f93221207fba to your computer and use it in GitHub Desktop.
Implementation of hsequence function
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
def hsequence[In <: HList, Out <: HList](l : In)(implicit ev: IsHListOfFutures[In, Out], ec: ExecutionContext) = ev.hsequence(l) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment