<@U25U0KPFT> sigh alright, although that can be Ko...
# tornadofx
t
@carlw sigh alright, although that can be Kotlin's job with the null-type system.
c
Ever thought of using Java 8's Optional object?
t
@carldea of course. and I still do since RxJava doesn't allow null elements. I can't remember if it's toString() renders prettily so I'll have to look
c
Off the top of my head, ComboBox you may want to look at the converterProperty().setValue(new StringConverter<T>() { .. toString() .. fromString() ...}
Oh, my mistake, that's for when the combobox is editable.
t
@carldea oh wow, this is good to know
Thank you