Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save LukaJCB/f0aeadefd123a914c76fa1df9a8ac56c to your computer and use it in GitHub Desktop.
val firm = for {
person <- personOption
residence <- person.residence
address <- residence.address
} yield address.constructionFirm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment