Ruckus
09/11/2016, 4:44 AMSimpleObjectProperty<Date?>
. That code isn't necessary in the sense that SimpleObjectProperty<Date?>
is technically no different from SimpleObjectProperty<Date>
. Even the var date by dateProperty
would be of type Date?
in both cases, and the dateProperty.value
is Date!
in both cases.