Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More formal support for Scala #213

Closed
wants to merge 1 commit into from

Commits on Mar 28, 2013

  1. * Removed all methods working with Objects from rxjava-core

     - This allows for type safety in statically-typed languages
     - This prevents dynamically-typed languages from hooking into rxjava-core.
     -- See ReactiveX#204 for details on code generation for dynamic languages
    
     * Added Scala implicits into rx.lang.scala.RxImplicits
     * Added tests of most methods on Observable using Scala functions
     * Fixed Scala Gradle/ScalaTest build
    mattrjacobs committed Mar 28, 2013
    Configuration menu
    Copy the full SHA
    520bedf View commit details
    Browse the repository at this point in the history