We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eb92fd commit a2ab731Copy full SHA for a2ab731
language-adaptors/rxjava-scala/TODO.md
@@ -9,7 +9,7 @@ This is a (probably incomplete) list of what still needs to be done in the Scala
9
* Notification as a case class
10
* integrating Scala Futures, should there be a common base interface for Futures and Observables?
11
* Add methods present in Scala collections library, but not in RxJava, e.g. aggregate à la Scala, collect, exists, tails, ...
12
-* combineLatest with about arities > 2
+* 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
14
* Avoid text duplication in scaladoc using templates, add examples, distinction between use case signature and full signature
15
* other small TODOs
0 commit comments