<@U0F3291QE>: sometimes the easiest solutions are ...
# tornadofx
r
@edvin: sometimes the easiest solutions are the best, in my problem with names and groups, I add an s to the group names :)
val groups = items.values.map { it.category }.distinct().map { println(it); Item("${it}s", it, 1) }