You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi,
javafx.collections.ListChangeListener
among other methods also containsgetFrom
andgetTo
methods, indicating array indexes of added/modified deleted entries sub lists. Would it be possible to extendio.reactivex.rxjavafx.sources.ListChange
to provide an array index of the changed item? Thank you!The text was updated successfully, but these errors were encountered: