listEditor

inline fun <T> listEditor(crossinline block: (list: MutableList<T, *>, item: T, index: Int, current: View) -> EditOperation<T>): ListEditor<T>(source)

Creates a ListEditor that calls block to perform its edit operation.

Parameters

block

that performs edit operation