orangy
filterNotNull()
()->Unit
listOf(…).map { it?.toString() }.skipNulls { println(“warning”) }.forEach {…}