下划线代表未使用的参数

如果lambda表达式的参数是未被使用的,那么可以使用下划线代替参数名:

map.forEach { _, value -> println("$value!") }

results matching ""

    No results matching ""