0

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?

Adnan Mulla
  • 2,872
  • 3
  • 25
  • 35

1 Answers1

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