RecyclerPanelContainerControllerAdapter

fun <CD, VM : PanelSubContainerViewModel<SD>, SD> RecyclerPanelContainerControllerAdapter(    subContainerController: RecyclerSubContainerController<CD, VM, SD>,     subContainerViewModelFactory: () -> VM,     basicElementConfigurator: RecyclerBasicElementConfigurator<CD, SD>.() -> Unit,     panelContainerElementAnimator: PanelContainerElementAnimator<VM, SD>)

Parameters

V

The container RecyclerView type that implements the PanelContainerView interface.

CD

The type of the panel container data that is visualized by the panel container.

VM

The panel sub-container view model type.

SD

The type of the panel sub-container data. The data is derived from the panel container data.