RxGroovy
RxGroovy copied to clipboard
RxJava bindings for Groovy
If I follow the usage examples on a Grails v2.3.11 application I always get a `MissingMethodException` like the one below: `groovy.lang.MissingMethodException: No signature of method: rx.Observable.subscribe() is applicable for argument...
i.e. does it support Flowable api ? thanks
Are there plans to release RxGroovy for 1.1.0/1.1.1 ? It's is currently stuck at 1.0.15 from October 15.
``` compile('io.reactivex:rxgroovy:1.0.0') { exclude group: 'org.codehaus.groovy' // exclude since Android uses grooid } ``` ``` General error during class generation: rx.lang.groovy.RxGroovyPropertiesModuleFactory cannot be cast to org.codehaus.groovy.runtime.m12n.PropertiesModuleFactory java.lang.ClassCastException: rx.lang.groovy.RxGroovyPropertiesModuleFactory cannot be...
RxGroovy has been extracted from RxJava prior to 1.0 as per https://github.com/ReactiveX/RxJava/issues/589 I have done this with a simply copy/paste/commit for now. Commit history remains in the 0.20.x branch of...