- addOnListChangedCallback(<any>) - Method in class me.tatarka.bindingcollectionadapter2.collections.AsyncDiffObservableList
-
- addOnListChangedCallback(<any>) - Method in class me.tatarka.bindingcollectionadapter2.collections.DiffObservableList
-
- areContentsTheSame(T, T) - Method in interface me.tatarka.bindingcollectionadapter2.collections.DiffObservableList.Callback
-
Deprecated.
Called by the DiffUtil when it wants to check whether two items have the same data.
- areItemsTheSame(T, T) - Method in interface me.tatarka.bindingcollectionadapter2.collections.DiffObservableList.Callback
-
Deprecated.
Called by the DiffUtil to decide whether two object represent the same Item.
- AsyncDiffObservableList<T> - Class in me.tatarka.bindingcollectionadapter2.collections
-
- AsyncDiffObservableList(<any>) - Constructor for class me.tatarka.bindingcollectionadapter2.collections.AsyncDiffObservableList
-
Creates a new DiffObservableList of type T, which runs the diff on a background thread using
AsyncListDiffer.
- AsyncDiffObservableList(<any>) - Constructor for class me.tatarka.bindingcollectionadapter2.collections.AsyncDiffObservableList
-
Creates a new AsyncDiffObservableList of type T, which runs the diff on a background thread using
AsyncListDiffer.