Skip to content

Instantly share code, notes, and snippets.

@dhoss
Created July 20, 2015 21:45
Show Gist options
  • Save dhoss/e1af3adb1dd2e6643afb to your computer and use it in GitHub Desktop.
Save dhoss/e1af3adb1dd2e6643afb to your computer and use it in GitHub Desktop.
flatmap
dbf.flatMap { case Nil => api future; case stuff => Future.succes(stuff) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment