https://kotlinlang.org logo
b

Brian

02/06/2019, 6:58 PM
I found this: https://stackoverflow.com/questions/17440878/binding-a-function-with-conditional-logic-in-scala It's for Scala, but the general idea seems to be to subclass a javafx binding class such as
StringBinding
and override its
computeValue
method.