Advertisement
npatarino

Untitled

Feb 22nd, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.10 KB | None | 0 0
  1.     screensWithRandomGuy.map {
  2.         println("${it.name}, ${it.devs.map { it.age }.average()}")
  3.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement