Skip to content

Instantly share code, notes, and snippets.

@mattrob33
Last active March 10, 2022 15:22
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 mattrob33/72b3d27529f1cf6e73ab590168cb696a to your computer and use it in GitHub Desktop.
Save mattrob33/72b3d27529f1cf6e73ab590168cb696a to your computer and use it in GitHub Desktop.
val titles: List<String> = movies.map { it.title } 
val titleFlow: Flow<String> = movieFlow.map { it.title }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment