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

Merge 'first' Operator #362

Merged

Commits on Sep 8, 2013

  1. Added the two variants of the first operator.

    jmhofer committed Sep 8, 2013
    Configuration menu
    Copy the full SHA
    bd38371 View commit details
    Browse the repository at this point in the history
  2. Added FirstOrDefault operation

    jmhofer committed Sep 8, 2013
    Configuration menu
    Copy the full SHA
    4452518 View commit details
    Browse the repository at this point in the history
  3. Added link urls to the msdn descriptions

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

Commits on Sep 10, 2013

  1. Merge branch 'first-firstDefault' of git://github.com/jmhofer/RxJava …

    …into operator-first-merge
    
    Conflicts:
    	rxjava-core/src/test/java/rx/ObservableTests.java
    
    This merges pull request ReactiveX#357
    
    Also aliased first with takeFirst to match takeLast.
    benjchristensen committed Sep 10, 2013
    Configuration menu
    Copy the full SHA
    d6bf9d1 View commit details
    Browse the repository at this point in the history