Fernando de Paula
10/19/2021, 12:15 PMUmar Ata
10/19/2021, 12:20 PMFernando de Paula
10/19/2021, 12:26 PMSyed Ovais Akhtar
10/19/2021, 12:59 PMlocation?.let {
// do something if not null
} ?: run {
// Do something if null
}
And
location!! // Is not null
@Fernando de PaulaUmar Ata
10/19/2021, 1:07 PMKamil Kalisz
10/19/2021, 1:07 PM!!
cast nullable object to non nullable object. If that object is null that operation will throw NullPointerExceptionSyed Ovais Akhtar
10/19/2021, 1:08 PMFernando de Paula
10/19/2021, 1:09 PMFernando de Paula
10/19/2021, 1:09 PMUmar Ata
10/19/2021, 1:10 PMFernando de Paula
10/19/2021, 1:13 PMSyed Ovais Akhtar
10/19/2021, 1:14 PMKamil Kalisz
10/19/2021, 1:15 PMKamil Kalisz
10/19/2021, 1:15 PMnfon jeannoel
10/19/2021, 4:57 PMgildor
10/20/2021, 3:52 AM