Skip to content
forked from ReactiveX/RxJava

RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

License

Notifications You must be signed in to change notification settings

kpgalligan/RxJava

 
 

Repository files navigation

Doppl Fork

This is a fork of the RxJava library to provide tests and modifications to support iOS development with J2objc using the Doppl build framework.

Versions

1.2.1

Usage

dependencies {
    compile 'io.reactivex:rxjava:1.2.1'
    doppl 'co.doppl.io.reactivex:rxjava:1.2.1.4'
}

Status

Stable. Significant memory cycles. All tests are passing

Notes

Only the runtime is needed, but tests will need to be added. It looks like the tests are mostly kotlin, so they'll need to be converted.

LICENSE

Copyright 2013 Netflix, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.8%
  • Other 0.2%