Skip to content

Instantly share code, notes, and snippets.

@pjazdzewski1990
Created July 8, 2015 17:25
Show Gist options
  • Save pjazdzewski1990/f0e6946145c3ae42406f to your computer and use it in GitHub Desktop.
Save pjazdzewski1990/f0e6946145c3ae42406f to your computer and use it in GitHub Desktop.
val action = suppliers.map(_.name).result
val publisher = db.stream(action)
Source(publisher).map(_.toUpperCase).runForeach(println)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment