Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save LukaJCB/2401adcf6b048e80ae851bfdb2d06eb3 to your computer and use it in GitHub Desktop.
let firm: Optional<String> = personOption
.flatMap { $0.residence }
.flatMap { $0.address }
.map { $0.constructionFirm }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment