Skip to content

Instantly share code, notes, and snippets.

@ryandavidhartman
Last active August 29, 2015 14:22
Show Gist options
  • Save ryandavidhartman/dfc7defe3124b549006d to your computer and use it in GitHub Desktop.
Save ryandavidhartman/dfc7defe3124b549006d to your computer and use it in GitHub Desktop.
try_example6
def processData(data: List[Data]): Try[Int] = {
data flatMap(x => x.sumBy(i => i.value))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment