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

Add more operators to RxScala #1210

Merged
merged 12 commits into from
May 20, 2014
Merged

Conversation

zsxwing
Copy link
Member

@zsxwing zsxwing commented May 18, 2014

Conflicts against #1178, too. I will rebase once #1178 is merged to master.

/cc @samuelgruetter

@cloudbees-pull-request-builder

RxJava-pull-requests #1122 SUCCESS
This pull request looks good

observer.onNext(calculateElement(0))
observer.onNext(calculateElement(1))
observer.onCompleted()
Subscription {}
})
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you want to change this? Users coming from C# will look for an Observable.create(Observer[T] => Subscription) example, and they should find something. Even if we completely remove Observable.create one day, I think we should leave this code (maybe commented out).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Totally agreed; no harm in leaving this in. Also for folks that watch the coursera videos.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Already reverted.

@samuelgruetter
Copy link
Contributor

Nice examples in RxScalaDemo :)

@cloudbees-pull-request-builder

RxJava-pull-requests #1125 SUCCESS
This pull request looks good

@samuelgruetter
Copy link
Contributor

LGTM

Conflicts:
	language-adaptors/rxjava-scala/src/test/scala/rx/lang/scala/CompletenessTest.scala
benjchristensen added a commit that referenced this pull request May 20, 2014
Add more operators to RxScala
@benjchristensen benjchristensen merged commit 27d1194 into ReactiveX:master May 20, 2014
@zsxwing zsxwing deleted the rxscala-more branch May 22, 2014 15:21
@benjchristensen benjchristensen mentioned this pull request Jun 1, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants