Closed mikebaum closed 8 years ago
In order to support the JavaFx toolkit, there is a need to be able to create a RxUI Property from a JavaFx Property and a PropertyObservable from an ObservableValue. This issue tracks that work.
Property
PropertyObservable
ObservableValue
completed as per PR #12.
In order to support the JavaFx toolkit, there is a need to be able to create a RxUI
Property
from a JavaFxProperty
and aPropertyObservable
from anObservableValue
. This issue tracks that work.