Skip to content

Instantly share code, notes, and snippets.

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