I'm so confused, isn't `javafx.beans.binding.Objec...
# tornadofx
a
I'm so confused, isn't
javafx.beans.binding.ObjectExpression
part of JavaFx, which is bundled with Jdk 8? The IDE is fine with resolving my call to
ObjectExpression#isEqualTo
and can take me to the source, however, the compiler doesn't seem to recognize any of the methods of that class.
The
BooleanExpression
class which lives in the same package as
ObjectExpression
works fine 😐