RxJavaFX icon indicating copy to clipboard operation
RxJavaFX copied to clipboard

Getting index in ListChange

Open nikarh opened this issue 6 years ago • 1 comments

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!

nikarh avatar Sep 24 '18 12:09 nikarh

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

thomasnield avatar Sep 24 '18 15:09 thomasnield