RxJava 2.0 is close to be finished (RC3). Is there an (experimental) RxScala implementation that is based on this version? RxJava 2.0 targets Java 8. Does this have any implications on RxScala, e.g. will Scala 2.12 be a prerequisite?
Asked
Active
Viewed 289 times
0
-
RxJava 2 still supports Java 6. I don't find any reason to force using Scala 2.12. – zsxwing Oct 04 '16 at 20:25
1 Answers
0
So far there's no RxScala for RxJava 2.0, as far as I know. But contributions to the github repo would certainly be welcome :)
Regarding Scala 2.12, I'm not sure, but probably yes.

Samuel Gruetter
- 1,713
- 12
- 11