| Interface | Description |
|---|---|
| DiffCallbackFactory<E> |
Factory that allows to create
DiffCallback for two Datasources. |
| ParameterizedDiffCallback<E> |
| Class | Description |
|---|---|
| DiffCallback |
A callback class used by DiffUtil while calculating the diff between two lists.
|
| SimpleDatasourcesDiffCallback<E> |
A callback class used by DiffUtil while calculating the diff between two
Datasources. |