I'll admit to not understand what you mean by trav...
# tornadofx
m
I'll admit to not understand what you mean by traversing the object graph via "select" tried Googling but did not find anything that seemed relevant This:
Copy code
aaaProperty.bind(bbbProperty.select { it.cccProperty })
Or some variant of it. It's the databinding equivalent of:
Copy code
aaa = bbb.ccc