BaseRcvListAdapter

constructor(listDiffUtil: RcvListDiffUtilCallBack<ITEM>)

Parameters

ITEM

The type of items in the list.

리스트의 아이템 타입입니다.

VH

The type of ViewHolder.

ViewHolder 타입입니다.

listDiffUtil

DiffUtil callback for comparing items.

아이템 비교를 위한 DiffUtil 콜백입니다.