AsyncDifferConfig

Configuration object for ListAdapter, AsyncListDiffer, and similar background-thread list diffing adapter logic.

At minimum, defines item diffing behavior with a DiffUtil.ItemCallback, used to compute item differences to pass to a RecyclerView adapter.

Parameters

<T>

Type of items in the lists, and being compared.

Types

Link copied to clipboard
class Builder<T>
Builder class for AsyncDifferConfig.

Functions