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

OperatorDematerialize #1083

Merged
merged 1 commit into from
Apr 24, 2014

Conversation

akarnokd
Copy link
Member

Operator Dematerialize

Issue #1060

Two notes:

  • Since the dematerialize() is an instance method, there is no correct type parametrization for the operator. Therefore, I just used a raw version in the call.
  • The original dematerialize could send out two onCompleted or an onError followed by an onCompleted because the materialize() always adds an onCompleted after the raw events. This affected operators due to unsafeSubscribe. This new version ensures this doesn't happen.

@cloudbees-pull-request-builder

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

@akarnokd akarnokd mentioned this pull request Apr 24, 2014
57 tasks
@benjchristensen benjchristensen merged commit 08085ac into ReactiveX:master Apr 24, 2014
@akarnokd akarnokd deleted the OperatorDematerialize branch April 24, 2014 21:23
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.

3 participants