-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Refactoring conventions #1
Merged
benjchristensen
merged 4 commits into
ReactiveX:master
from
benjchristensen:api-and-naming
Jan 10, 2013
Merged
Refactoring conventions #1
benjchristensen
merged 4 commits into
ReactiveX:master
from
benjchristensen:api-and-naming
Jan 10, 2013
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We want to support Android.
Observable is now a concrete abstract class rather than an interface with 1:1 relationship to a concrete class.
Combined ObservableExtensions into Observable to match how Rx works (Observable.* methods)
benjchristensen
added a commit
that referenced
this pull request
Jan 10, 2013
Refactoring conventions
benjchristensen
pushed a commit
that referenced
this pull request
Sep 4, 2013
Zip and CombineLatest Operators: Generic Order and More Arities
mttkay
added a commit
to mttkay/RxJava
that referenced
this pull request
Oct 29, 2013
We decided it's better to leave it to the caller when it's appropriate to release, cf. ReactiveX#1
headinthebox
added a commit
that referenced
this pull request
Dec 4, 2013
A few trivial Scala adaptor details
benjchristensen
pushed a commit
that referenced
this pull request
Dec 8, 2013
remove package rx.lang.scala.util since all its contents were removed
rickbw
pushed a commit
to rickbw/RxJava
that referenced
this pull request
Jan 9, 2014
Refactoring conventions
rickbw
pushed a commit
to rickbw/RxJava
that referenced
this pull request
Jan 9, 2014
…itions Zip and CombineLatest Operators: Generic Order and More Arities
rickbw
pushed a commit
to rickbw/RxJava
that referenced
this pull request
Jan 9, 2014
We decided it's better to leave it to the caller when it's appropriate to release, cf. ReactiveX#1
rickbw
pushed a commit
to rickbw/RxJava
that referenced
this pull request
Jan 9, 2014
A few trivial Scala adaptor details
rickbw
pushed a commit
to rickbw/RxJava
that referenced
this pull request
Jan 9, 2014
…vedSam remove package rx.lang.scala.util since all its contents were removed
benjchristensen
pushed a commit
that referenced
this pull request
May 16, 2014
DavidMGross
added a commit
that referenced
this pull request
Nov 10, 2014
…javadoc description (#1847)
ghost
mentioned this pull request
Jul 2, 2018
jihoonson
pushed a commit
to jihoonson/RxJava
that referenced
this pull request
Mar 6, 2020
Add a Gitter chat badge to README.adoc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.