mc
12/15/2017, 1:24 PMjava.util.Optional
in kotlin to be idiomatic (given the built-in nullable types feature)?Czar
12/15/2017, 1:26 PMAndreas Sinz
12/15/2017, 2:05 PMnatpryce
12/15/2017, 2:10 PMDave Leeds
12/15/2017, 2:29 PMOptional
, or doesn’t allow nulls, I’d say Kotlin’s nullable types are favorable.Dave Leeds
12/15/2017, 2:32 PMcedric
12/16/2017, 12:32 AMOptional
in Kotlin is to turn these values into instances of nullable types as soon as they enter your Kotlin code, in my opinion.radityagumay
12/17/2017, 1:52 AM