Skip to content

Commit 6633ac9

Browse files
update README
1 parent 4915348 commit 6633ac9

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

language-adaptors/rxjava-scala/README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
# Scala Adaptor for RxJava
22

3-
4-
This adaptor allows 'fn' functions to be used and RxJava will know how to invoke them.
5-
6-
This enables code such as:
7-
8-
```scala
9-
Observable.from("1", "2", "3")
10-
.take(2)
11-
.subscribe((callback: String) => {
12-
println(callback)
13-
})
14-
```
3+
There's an old Scala adaptor ( `rx.lang.scala.RxImplicits` with test `rx.lang.scala.RxImplicitsTest` ), which is deprecated. All other classes in `rx.lang.scala` belong to the new adaptor.
154

165
# Binaries
176

0 commit comments

Comments
 (0)