poohbar
.map
return sequence { // some code yield(thing) } .map { it.something } .toList()
Egor Trutenko