Skip to content

ReactiveX/RxGroovy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

Groovy Adaptor for RxJava

This adaptor allows 'groovy.lang.Closure' functions to be used and RxJava will know how to invoke them.

This enables code such as:

  Observable.from("one", "two", "three")
    .take(2) 
    .subscribe({arg -> println(arg)})

Binaries

Binaries and dependency information for Maven, Ivy, Gradle and others can be found at http://search.maven.org.

Example for Maven:

<dependency>
    <groupId>com.netflix.rxjava</groupId>
    <artifactId>rxjava-groovy</artifactId>
    <version>x.y.z</version>
</dependency>

and for Ivy:

<dependency org="com.netflix.rxjava" name="rxjava-groovy" rev="x.y.z" />

and for Gradle:

compile 'com.netflix.rxjava:rxjava-groovy:x.y.z'

About

RxJava bindings for Groovy

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 10