Skip to content

Commit 45d3523

Browse files
update README and TODO
1 parent d3f933c commit 45d3523

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

language-adaptors/rxjava-scala/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ Scala code using Rx should only import members from `rx.lang.scala` and below.
6565

6666
## Documentation
6767

68-
You can build the documentation by running `./gradlew scaladoc` in the RxJava root directory.
68+
The API documentation can be found [here](http://rxscala.github.io/scaladoc/index.html#rx.lang.scala.Observable).
69+
70+
You can build the API documentation yourself by running `./gradlew scaladoc` in the RxJava root directory.
6971

7072
Then navigate to `RxJava/language-adaptors/rxjava-scala/build/docs/scaladoc/index.html` to display it.
7173

language-adaptors/rxjava-scala/TODO.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@ TODOs for Scala Adapter
44

55
This is a (probably incomplete) list of what still needs to be done in the Scala adaptor:
66

7-
* mirror complete Java package structure in Scala
8-
* objects for classes with static methods or singletons (e.g. Schedulers, Subscriptions)
9-
* Notification as a case class
107
* integrating Scala Futures, should there be a common base interface for Futures and Observables?
118
* Add methods present in Scala collections library, but not in RxJava, e.g. aggregate à la Scala, collect, exists, tails, ...
129
* combineLatest with arities > 2
13-
* decide where the MovieLib/MovieLibUsage (use Scala code from Java code) example should live and make sure gradle builds it in the right order
1410
* Avoid text duplication in scaladoc using templates, add examples, distinction between use case signature and full signature
1511
* other small TODOs
1612

0 commit comments

Comments
 (0)