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

2.x: Add Completable.andThen(MaybeSource) #4616

Merged
merged 3 commits into from
Sep 27, 2016
Merged

2.x: Add Completable.andThen(MaybeSource) #4616

merged 3 commits into from
Sep 27, 2016

Conversation

vanniktech
Copy link
Collaborator

No description provided.

@akarnokd akarnokd added this to the 2.0 RC4 milestone Sep 27, 2016
@akarnokd
Copy link
Member

There is a compilation error.

@vanniktech
Copy link
Collaborator Author

Ah yes import is missing. I still manually stage them and sometimes forget that one is needed since usually every package is already included with *.


@Override
public void onSubscribe(Disposable d) {
if (DisposableHelper.set(this, d)) {
Copy link
Member

Choose a reason for hiding this comment

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

setOnce

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Then this would need to be changed too, right?

Copy link
Member

Choose a reason for hiding this comment

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

Yes.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Alright done

@codecov-io
Copy link

codecov-io commented Sep 27, 2016

Current coverage is 78.18% (diff: 85.71%)

Merging #4616 into 2.x will increase coverage by 0.03%

@@                2.x      #4616   diff @@
==========================================
  Files           553        554     +1   
  Lines         36128      36162    +34   
  Methods           0          0          
  Messages          0          0          
  Branches       5559       5560     +1   
==========================================
+ Hits          28231      28272    +41   
+ Misses         5891       5882     -9   
- Partials       2006       2008     +2   

Powered by Codecov. Last update d85d40e...14a1be8

@akarnokd akarnokd merged commit c81f438 into ReactiveX:2.x Sep 27, 2016
@vanniktech vanniktech deleted the 2.x_completable_and_then_maybe branch September 27, 2016 13:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants