commons/ui / com.vmadalin.commons.ui.base / BasePagedListAdapter / <init>

<init>

BasePagedListAdapter(itemsSame: (T, T) -> Boolean, contentsSame: (T, T) -> Boolean)

Base paged list adapter to standardize and simplify initialization for this component.

Parameters

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

PagedListAdapter