Also, it's worth noting that a `SimpleIntegerPrope...
# tornadofx
r
Also, it's worth noting that a
SimpleIntegerProperty
(or any property that wraps a primitive) will never return null, which is why
SimpleIntegerProperty::get
returns
Int
and not
Int?
.