I'm wondering if the Kotlin team has considered automatically treating Optional<T> like T?
s
sdeleuze
10/18/2018, 12:15 PM
I thought about that, but that would create some interrop issue I think + some developers want maybe to keep existing Optional behavior even if that sounds not really Kotlinish.