https://kotlinlang.org logo
z

zoltu

01/18/2016, 12:04 AM
Yeah, getting a null check on the collection is easy, and I can do a
.filter { it.key != null }.map { it.key!!.whatever }