You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language-adaptors/rxjava-scala/README.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
1
# Scala Adaptor for RxJava
2
2
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.
0 commit comments