toggle menu
ZappBase
androidJvm
switch theme
search in API
Databinding
/
com.zappstudio.databinding.ui.recyclerview.adapter
/
BaseDiffAdapter
/
compareItemsDiff
compare
Items
Diff
open
fun
compareItemsDiff
(
oldItems
:
List
<
Idable
>
,
oldItemPosition
:
Int
,
newItems
:
List
<
Idable
>
,
newItemPosition
:
Int
)
:
Boolean