Yeah, getting a null check on the collection is ea...
# announcements
z
Yeah, getting a null check on the collection is easy, and I can do a
.filter { it.key != null }.map { it.key!!.whatever }