BasePagedListAdapter(itemsSame: (T, T) -> Boolean, contentsSame: (T, T) -> Boolean)
Base paged list adapter to standardize and simplify initialization for this component.
itemsSame
- Function called to check whether two objects represent the same item.
contentsSame
- Function called to check whether two items have the same data.
See Also