Skip to content

Instantly share code, notes, and snippets.

@madeleine-chercover-hs
Last active December 15, 2017 21:21
Show Gist options
  • Save madeleine-chercover-hs/de224c67812dfc9815e8c31c22c01d72 to your computer and use it in GitHub Desktop.
Save madeleine-chercover-hs/de224c67812dfc9815e8c31c22c01d72 to your computer and use it in GitHub Desktop.
val maybeKeyGroups: Map[Option[Long], List[(EncryptedMessage, Int)]] =
indexedList.groupBy { case (message, _) => message.key }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment