ListEditor

interface ListEditor<T>(source)

Manages editing for a MutableList.

Functions

Link copied to clipboard
abstract fun edit(list: MutableList<T, *>, item: T, index: Int, current: View): EditOperation<T>

Called to initiate editing of a MutableList.