<https://github.com/Kotlin/kotlinx.coroutines/blob...
# tornadofx
d
but I'm looking for
ObservableValue
t
? If you have a Flow<T> just simply cal asObservable() to convert it into a Observable<T> and use it as regular rx stuff
👍 1
d
Oh okay. Thanks!
a
It does not answer the question because JavaFX ObservableValue does not have anything to do with RX Observable.
t
original questions is integrate Flow with ObservableValue, nothing related to RX
and is answered later
I originaly misundestood OvservableValue with related Rx stuf