Nish Patel
12/09/2020, 1:08 AMZach Klippenstein (he/him) [MOD]
12/09/2020, 1:22 AMlist.any { it == null }
Nish Patel
12/09/2020, 1:24 AMlist.equals(null)
is this the same comparison ? no?Nir
12/09/2020, 1:39 AMNir
12/09/2020, 1:40 AMNish Patel
12/09/2020, 1:40 AMNir
12/09/2020, 1:44 AMNir
12/09/2020, 1:44 AMNir
12/09/2020, 1:45 AMNish Patel
12/09/2020, 1:45 AMdarkmoon_uk
12/09/2020, 2:12 AMlist == null
assuming that list
is of type List<MyCustomClass>?