epoxy-adapter / com.airbnb.epoxy / EpoxyRecyclerView / clear

clear

open fun clear(): Unit

Clear the currently set EpoxyController or Adapter as well as any models that are displayed.

Any pending requests to the EpoxyController to build models are canceled.

Any existing child views are recycled to the view pool.