SelectMany di Kotlin

val items = itemLists.map { list -> list.items }.flatten()
Jittery Jellyfish