removeItemAt

open fun removeItemAt(index: Int): T(source)

Removes the item at the given index and calls onRemoved.

Return

The removed item.

Parameters

index

The index of the item to be removed.