edit
abstract fun edit(list: MutableList<T, *>, item: T, index: Int, current: View): EditOperation<T>(source)
Called to initiate editing of a MutableList.
Return
an edit operation
Parameters
list
to be edited
item
being edited within the list
index
of the item to be edited
current
View being used to display the item in the list