Skip to content

Commit 6635e61

Browse files
update TODO
1 parent 9e81deb commit 6635e61

File tree

1 file changed

+2
-2
lines changed
  • language-adaptors/rxjava-scala

1 file changed

+2
-2
lines changed

language-adaptors/rxjava-scala/TODO.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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-
* integrating Scala Futures, should there be a common base interface for Futures and Observables?
8-
* Add methods present in Scala collections library, but not in RxJava, e.g. aggregate à la Scala, collect, exists, tails, ...
7+
* Integrating Scala Futures: Should there be a common base interface for Futures and Observables? And if all subscribers of an Observable wrapping a Future unsubscribe, the Future should be cancelled, but Futures do not support cancellation.
8+
* Add methods present in Scala collections library, but not in RxJava, e.g. aggregate à la Scala, collect, tails, ...
99
* combineLatest with arities > 2
1010
* Avoid text duplication in scaladoc using templates, add examples, distinction between use case signature and full signature
1111
* other small TODOs

0 commit comments

Comments
 (0)