add
fun add(item: T, @LayoutRes layout: Int, position: Int = itemCount, scope: ItemWrapper<T>.() -> Unit = {})
Adds item to the position specified by position, with the layout being layout.
Since
1.2.0
fun add(items: List<T>, @LayoutRes layout: Int, position: Int = itemCount, scope: ItemWrapper<T>.() -> Unit = {})
Adds items to the position specified by position, with the layout being layout.
Since
1.2.0
Adds item to the position specified by position.
Since
1.2.0
Adds items to the position specified by position.
Since
1.2.0