| Interface and Description |
|---|
| me.tatarka.bindingcollectionadapter2.collections.DiffObservableList.Callback
Use
DiffUtil.ItemCallback instead. |
| Constructor and Description |
|---|
| me.tatarka.bindingcollectionadapter2.collections.DiffObservableList(DiffObservableList.Callback<T>)
The same behavior can be obtained with
#DiffObservableList(DiffUtil.ItemCallback),
though you may consider using AsyncDiffObservableList instead. |
| me.tatarka.bindingcollectionadapter2.collections.DiffObservableList(DiffObservableList.Callback<T>, boolean)
The same behavior can be obtained with
#DiffObservableList(DiffUtil.ItemCallback, boolean),
though you may consider using AsyncDiffObservableList instead. |