I'm guessing these are collection extension functi...
# tornadofx
t
I'm guessing these are collection extension functions, like the
moveUp{ }
and
moveToTopWhere{ }
. You need to observe all the elements first before taking action on them, otherwise your observation and action operations will start to undermine and compete each other.
🤔 1