-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
@antianchi
Description
Can you run?I can not successfully run the OptionalMain.java.What went wrong,Here
public String getCarInsuranceName(Optional<Person> person) { return person.flatMap(Person::getCar) .flatMap(Car::getInsurance) .map(Insurance::getName) .orElse("Unknown"); }
I got NullPointException.The Exception:
image
Metadata
Metadata
Assignees
Labels
No labels