ReactiveX / RxJavaFX

RxJava bindings for JavaFX
Apache License 2.0
520 stars 67 forks source link

doOnXXXFX() Transformers #44

Closed thomasnield closed 7 years ago

thomasnield commented 7 years ago

Instead of having the doOnXXXFX() action operators only available on RxKotlinFX as extension functions, I will make them available in RxJavaFX as Transformers as cumbersome as they are. These will be in the 1.0 release.

thomasnield commented 7 years ago

These have been implemented under JavaFxTransformers, including the doOnXXXCountFX() operators that allow actions against the emission count for onNext(), onCompleted(), and onError() events.