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 ce95abc commit c5515adCopy full SHA for c5515ad
README.md
@@ -1,10 +1,14 @@
1
# RxJava: Functional Reactive Programming on the JVM
2
3
-Java implementation of <a href="https://rx.codeplex.com">Rx Observables</a>
+This library is Java implementation of <a href="https://rx.codeplex.com">Rx Observables</a>.
4
+
5
+It is compatible with Java 5 and newer and has several <a href="https://github.com/Netflix/RxJava/tree/master/language-adaptors">language adaptors</a>.
6
7
+## Documentation
8
9
<a href="http://netflix.github.com/RxJava/">Javadoc</a>
10
-Code:
11
+## Code
12
13
- <a href="https://github.com/Netflix/RxJava/tree/master/rxjava-core">Java Core</a>
14
- <a href="https://github.com/Netflix/RxJava/blob/master/rxjava-core/src/main/java/org/rx/reactive/Observable.java">Observable</a>
0 commit comments