|
|
|
|
|
by jeroenhd
688 days ago
|
|
Optional<> is such a weird addition to the language. I hope once this link lands, Optional<> will go the way of the dinosaur. I use Optional<> but only to indicate at the API level that something can return null. I hope the chaining ability (?. in many languages, implemented as Optional.map()) will also one day make it to Java. |
|