epoxy-adapter
/
com.airbnb.epoxy
/
EpoxyController
/
Interceptor
Interceptor
interface
Interceptor
Content copied to clipboard
A callback that is run after
buildModels
completes and before diffing is run.
Functions
Functions
intercept
Link copied to clipboard
abstract fun
intercept
(
@
NonNull
()
models:
List
<
EpoxyModel
<out
Any
>>)
Content copied to clipboard
This is called immediately after
buildModels
and before diffing is run and themodels are set on the adapter.