Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGetting index in ListChange #72
Open
Comments
|
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
Hi,
javafx.collections.ListChangeListeneramong other methods also containsgetFromandgetTomethods, indicating array indexes of added/modified deleted entries sub lists. Would it be possible to extendio.reactivex.rxjavafx.sources.ListChangeto provide an array index of the changed item? Thank you!