edvin
09/03/2016, 8:17 PMapply
all together. I'm also quite sure that the best approach is to write column("Name") { value { it.value.name } }
instead of column("Name") { it.value.name }
- even though it looks corny as a one-liner, and you'd some times need to write just a little more, this is the most flexible/consistent approach.