I actually wondered that myself. I kind of read `v...
# tornadofx
e
I actually wondered that myself. I kind of read
value()
as executing a function that returns a value, while I read
value.invoke()
as an invocation of the value function. Subtle difference I guess.