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 existing ReactiveList<T> properties to interfaces #436

Merged

Conversation

clairernovotny
Copy link
Member

This PR resolves issue #431


IObservable<int> CountChanging { get; }
IObservable<int> CountChanged { get; }
IObservable<bool> IsEmptyChanged { get; }
Copy link
Member

Choose a reason for hiding this comment

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

Nuke this one, it probably should be an extension method (just Select'ing the Count)

Copy link
Member Author

Choose a reason for hiding this comment

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

Which one; IsEmptyChanged? I was just pulling the existing properties, but that doesn't bother me as much.

Copy link
Member

Choose a reason for hiding this comment

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

Yeah, only remove "IsEmptyChanged", the rest should stay

anaisbetts pushed a commit that referenced this pull request Dec 13, 2013
Add existing ReactiveList<T> properties to interfaces
@anaisbetts anaisbetts merged commit 993c2a8 into reactiveui:master Dec 13, 2013
@anaisbetts
Copy link
Member

Thanks @onovotny!

@lock lock bot locked and limited conversation to collaborators Jun 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants