thomasnield / RxKotlinFX

Kotlin extensions to the RxJavaFX framework
Apache License 2.0
176 stars 13 forks source link

Extension Function Clashes #3

Closed thomasnield closed 8 years ago

thomasnield commented 8 years ago

I think I'll need to coordinate naming conventions so they do not clash with KotlinFX or TornadoFX.

Having issues with ObervableList#toObservable() since this clashes with RxKotlin's Iterable#toObervable()

thomasnield commented 8 years ago

Having difficulty coming up with a name. Perhaps onChangedObservable()?

thomasnield commented 8 years ago

Changed this to onChangedObservable().