tornadofx / tornadofx / kotlin.collections.Map / withEach

withEach

inline fun <K, V> Map<K, V>.withEach(action: Entry<K, V>.() -> Unit): <ERROR CLASS>

forEach with Map.Entree as receiver.