<@U0F3291QE> Would it be worth it to add `onChange...
# tornadofx
r
@edvin Would it be worth it to add
onChange
overrides for primitive observables (e.g.
ObservableIntegerValue
that uses
op: (Int) -> Unit
instead of
op: (Int?) -> Unit
)?