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

Count, Sum, Average implementations #354

Merged
merged 4 commits into from
Sep 9, 2013

Commits on Sep 7, 2013

  1. implemented count operator (ReactiveX#32)

    jmhofer committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    9a1832e View commit details
    Browse the repository at this point in the history
  2. added sum operations

    jmhofer committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    849d7fe View commit details
    Browse the repository at this point in the history
  3. added test against long sum, too (ReactiveX#83)

    jmhofer committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    3ff761e View commit details
    Browse the repository at this point in the history
  4. implemented average operation (ReactiveX#25)

    jmhofer committed Sep 7, 2013
    Configuration menu
    Copy the full SHA
    cf7f9f7 View commit details
    Browse the repository at this point in the history