`groups.setAll(group.groups?.map { GroupFX(it) } ?...
# tornadofx
e
groups.setAll(group.groups?.map { GroupFX(it) } ?: emptyList())
?