Marcel Overdijk
04/14/2018, 11:37 AM!!
operator here. I wonder if there is bettter, idiomatic way to do this with Kotlin?Czar
04/14/2018, 11:45 AMval countryOfBirth: CountryResource? = person.countryOfBirth?.let(::CountryResource)
Marcel Overdijk
04/14/2018, 12:11 PM