select

abstract fun select(row: Int, page: Int)

Marks the item at row Number row, in page page as selected If there were other rows in the selected buffer, they will all be removed


abstract fun select(row: Int)

Marks the item at row Number row in the current page If there were other rows in the selected buffer, they will all be removed


abstract fun select(obj: @UnsafeVariance T)