Join Slack
Powered by
totally mixed null with false. :face_with_rolling_...
# announcements
o
okaymak
10/10/2016, 7:25 PM
totally mixed null with false. 🙄 alternative would be to create an extension
Copy code
val Boolean?.isTrue: Boolean get() = this ?: false
and use
Copy code
if (car?.isElectric.isTrue) { // }
2
Views
Open in Slack
Previous
Next