Skip to content

Instantly share code, notes, and snippets.

@tomaszperek
Last active October 12, 2015 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomaszperek/0ea145d930cfe3700055 to your computer and use it in GitHub Desktop.
Save tomaszperek/0ea145d930cfe3700055 to your computer and use it in GitHub Desktop.
Base trait for IsHListOfFutures
trait IsHListOfFutures[In <: HList, Out <:HList ] {
def hsequence(l : In)(implicit ec: ExecutionContext): Future[Out]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment