carlw
09/26/2017, 11:05 AMedvin
09/26/2017, 11:07 AMcarlw
09/26/2017, 11:08 AMedvin
09/26/2017, 11:10 AMcarlw
09/26/2017, 11:13 AMedvin
09/26/2017, 11:15 AMy
is null, it can't be an instance of StringProperty
.edvin
09/26/2017, 11:16 AMz
however, is an actual instance of StringProperty
. The fact that it is nullable is secondary, since it's not when you check the instance.edvin
09/26/2017, 11:16 AMis
is the same as instanceof
in Java, basically.edvin
09/26/2017, 11:17 AMy
is also a Property<String>?
, but due to type erasure, you can't investigate the type parameter at run time.carlw
09/26/2017, 11:18 AMcarlw
09/26/2017, 11:20 AMedvin
09/26/2017, 12:31 PMedvin
09/26/2017, 12:32 PMcarlw
09/26/2017, 1:11 PMbkenn
09/26/2017, 1:14 PMcarlw
09/26/2017, 1:31 PMcarlw
09/26/2017, 1:32 PMjulienquievreux
09/26/2017, 3:54 PMjulienquievreux
09/26/2017, 3:55 PMjulienquievreux
09/26/2017, 3:56 PMjulienquievreux
09/26/2017, 3:56 PMcarlw
09/26/2017, 3:58 PMjulienquievreux
09/26/2017, 4:04 PMjulienquievreux
09/26/2017, 4:04 PMjulienquievreux
09/26/2017, 4:04 PMcarlw
09/26/2017, 4:06 PMcarlw
09/26/2017, 4:06 PMjulienquievreux
09/26/2017, 4:10 PMedvin
09/26/2017, 5:38 PMcarlw
09/26/2017, 5:39 PM