Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.ui
/
BaseDiffCallback
/
BaseDiffCallback
Base
Diff
Callback
constructor
(
itemSame
:
(
T
,
T
)
->
Boolean
=
{ a, b -> a.hashCode() == b.hashCode() }
,
contentSame
:
(
T
,
T
)
->
Boolean
=
{ a, b -> a.hashCode() == b.hashCode() }
)
(
source
)