RxJavaFX
RxJavaFX copied to clipboard
Getting index in ListChange
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!
Without diving into the implementation yet, I don't see why not. We could pair up the items with their indices or something.