epoxy-adapter / com.airbnb.epoxy / EpoxyAdapter / enableDiffing

enableDiffing

protected open fun enableDiffing(): Unit

Enables support for automatically notifying model changes via #notifyModelsChanged(). If used, this should be called in the constructor, before any models are changed.

See Also
#notifyModelsChanged()