Item Differ Callback
interface ItemDifferCallback
Content copied to clipboard
数据对比默认使用equals
函数对比, 你可以为数据手动实现equals函数来修改对比逻辑. 推荐定义数据为 data class, 因其会根据构造参数自动生成equals
Types
DEFAULT
Link copied to clipboard
Functions
areContentsTheSame
Link copied to clipboard
areItemsTheSame
Link copied to clipboard
getChangePayload
Link copied to clipboard
Inheritors
ItemDifferCallback
Link copied to clipboard