mardi 7 février 2017

How to bind to more than 1 ReactFX observable?

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

Let's block ads! (Why?)



How to bind to more than 1 ReactFX observable?

Aucun commentaire:

Enregistrer un commentaire