ListChangeAdapter

fun <D> ListChangeAdapter(initialDataList: List<D>)

Initializes the adapter with initialDataList without emitting a change message

fun ListChangeAdapter()

Default constructor

Parameters

D

the type of data held by the list