Skip to content

Instantly share code, notes, and snippets.

@LukaJCB
Created July 31, 2016 15:11
Show Gist options
  • Select an option

  • Save LukaJCB/ab52ea5cacdc353aceddde170042cc1a to your computer and use it in GitHub Desktop.

Select an option

Save LukaJCB/ab52ea5cacdc353aceddde170042cc1a to your computer and use it in GitHub Desktop.
val firm = personOption
.flatMap(_.residence)
.flatMap(_.address)
.map(_.constructionFirm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment