map

open fun map(@LayoutRes layoutId: Int, type: Int, bind: View.(T, position: Int) -> Unit): SmartAdapter<T>


open fun map(smartContainer: SmartContainer<T>): SmartAdapter<T>

设置RecyclerView多类型item view的方法.

See also