Vote count: 0
In regular JavaFX i would create a binding on 2 or more observables like this:
xxxProperty().bind(Bindings.createObjectBinding(() -> {...}, observable1, observable2, ...));
In ReactFx I was shown that I can create a binding like this:
xxxProperty().bind(val.map(value -> {...}));
but how do i create a binding on 2 or more ReactFX observables (Val and/or Var)?
asked 23 secs ago
How to bind to more than 1 ReactFX observable?
Aucun commentaire:
Enregistrer un commentaire