Created
July 31, 2016 15:10
-
-
Save LukaJCB/07d5b46b642bca626595447cc1d4ca80 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Optional<String> firm = personOption | |
.flatMap(Person::getResidence) | |
.flatMap(Residence::getAddress) | |
.map(Address::getConstructionFirm) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment