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 improvement #1159

Merged
merged 7 commits into from
May 6, 2014
Merged

Conversation

zsxwing
Copy link
Member

@zsxwing zsxwing commented May 6, 2014

Add dropUntil, contains, repeat, doOnTerminate, startWith, publish variants to RxScala. #1151, #1153.

/cc @headinthebox @samuelgruetter

@cloudbees-pull-request-builder

RxJava-pull-requests #1071 FAILURE
Looks like there's a problem with this pull request

@zsxwing
Copy link
Member Author

zsxwing commented May 6, 2014

Looks the failure is due to the cloudbees network issue.

@cloudbees-pull-request-builder

RxJava-pull-requests #1075 FAILURE
Looks like there's a problem with this pull request

@cloudbees-pull-request-builder

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

@benjchristensen
Copy link
Member

Scala users all okay with this?

@headinthebox
Copy link
Contributor

I am.

benjchristensen added a commit that referenced this pull request May 6, 2014
@benjchristensen benjchristensen merged commit 38a87f5 into ReactiveX:master May 6, 2014
def ::[U >: T](elem: U): Observable[U] = {
val thisJava = this.asJavaObservable.asInstanceOf[rx.Observable[U]]
toScalaObservable(thisJava.startWith(elem))
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I would not add this method (see #1151 (comment) why)

zsxwing added a commit to zsxwing/RxJava that referenced this pull request May 7, 2014
benjchristensen added a commit that referenced this pull request May 8, 2014
Update according to review in issue #1159
@zsxwing zsxwing deleted the rxscala-improvement branch May 8, 2014 12:42
jbripley pushed a commit to jbripley/RxJava that referenced this pull request May 17, 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