update

fun update(item: T, @LayoutRes layout: Int, position: Int, scope: ItemWrapper<T>.() -> Unit = {}): Boolean
fun update(item: ItemWrapper<T>, position: Int): Boolean

Updates item at the specified position from the mItemList.

Since

1.2.0