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

[RxScala] rxjava-scalaz: providing some type class instances. #1297

Merged
merged 2 commits into from
Jun 25, 2014

Commits on May 31, 2014

  1. Introduced 'rxjava-scalaz' project. This project provides some type c…

    …lass instances for Observable.
    
    * Monoid: Observable obviously forms a monoid in terms of concatenation.
    * Functor, Applicative, Monad, MonadPlus: Observable can be a Stream-like Monad and can be MonadPlus as well as Monoid.
    * Traverse, Foldable: Observable can be Stream-like traversable. __NOTE: The operations for the instance is blocking calls.__
    * etc.
    
    About Testing, property based tests are applied by Scalaz's ScalaCheck binding.
    
    For QuickStart, please refer to rx.java.scala.scalaz.examples.RxScalazDemo.
    everpeace committed May 31, 2014
    Configuration menu
    Copy the full SHA
    4bda5f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf9bf9 View commit details
    Browse the repository at this point in the history