Skip to content

Instantly share code, notes, and snippets.

@madeleine-chercover-hs
Last active December 14, 2017 23:23
Show Gist options
  • Save madeleine-chercover-hs/ce9116e2ec6db23f700dd90c01d54983 to your computer and use it in GitHub Desktop.
Save madeleine-chercover-hs/ce9116e2ec6db23f700dd90c01d54983 to your computer and use it in GitHub Desktop.
val sorted: List[Message] = decryptedIndexedList
.sortBy { case (_, index) => index }
.map { case (message, _) => message }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment