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

Getting index in ListChange #72

Open
nikarh opened this issue Sep 24, 2018 · 1 comment
Open

Getting index in ListChange #72

nikarh opened this issue Sep 24, 2018 · 1 comment

Comments

@nikarh
Copy link

@nikarh nikarh commented Sep 24, 2018

Hi,
javafx.collections.ListChangeListener among other methods also contains getFrom and getTo methods, indicating array indexes of added/modified deleted entries sub lists. Would it be possible to extend io.reactivex.rxjavafx.sources.ListChange to provide an array index of the changed item? Thank you!

@thomasnield
Copy link
Collaborator

@thomasnield thomasnield commented Sep 24, 2018

Without diving into the implementation yet, I don't see why not. We could pair up the items with their indices or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.