Skip to content

Commit 177a77c

Browse files
Update README.md
1 parent 201182a commit 177a77c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

language-adaptors/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Language Adaptors
22

3-
RxJava supports JVM languages via implementations of <a href="https://github.com/Netflix/RxJava/blob/master/rxjava-core/src/main/java/rx/util/functions/FunctionLanguageAdaptor.java">FunctionLanguageAdaptor</a>
3+
RxJava includes language adaptor submodules. These modules are additive to the rxjava-core library in the classpath.
44

5-
If there is a language you'd like supported please look at the existing adaptors (such as <a href="https://github.com/Netflix/RxJava/blob/master/language-adaptors/rxjava-groovy/src/main/java/rx/lang/groovy/GroovyAdaptor.java">Groovy</a>) and implement the adaptor for your language of choice.
5+
For example, to use the Scala adaptor you would have the rxjava-core-x.y.z.jar and rxjava-scala-x-y-z.jar.
6+
7+
If there is a language you'd like supported please look at the existing adaptors (such as <a href="https://github.com/Netflix/RxJava/blob/master/language-adaptors/rxjava-groovy">Groovy</a>) and implement the adaptor for your language of choice.
68

79
If you feel it would be valuable for the community submit a pull request and we'll accept it into the main project.
810

911
Please comply with the conventions established by the existing language adaptors if you intend to submit a pull request.
10-
11-
NOTE: Changes are coming in regards to static and dynamic typing and how language adaptors are used.
12-
13-
See https://github.com/Netflix/RxJava/issues/208 and https://github.com/Netflix/RxJava/issues/204

0 commit comments

Comments
 (0)