Skip to content

Instantly share code, notes, and snippets.

@iboss-ptk
Created January 30, 2016 11:47
Show Gist options
  • Save iboss-ptk/ffbbcda19d564dbf971e to your computer and use it in GitHub Desktop.
Save iboss-ptk/ffbbcda19d564dbf971e to your computer and use it in GitHub Desktop.
val authors = books.flatMap(book => book.authors).toSet
// => Set(Andrew Hunt, Eric Ries, Blake Masters, Robert C. Martin, Peter Thiel, Dave Thomas)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment