This removes many APIs and provides a generic way to get the result of a function that is an Optional<T> and get a default value for T that is specified if the optional doesn't have a value.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looking in Optional,h I saw that is already has a getValueOr() function that does this. I will post a new patch that uses this since the title no longer makes sense.