RowResult

class RowResult<T>(val row: T, val index: Int)

Constructors

Link copied to clipboard
constructor(row: T, index: Int)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
val row: T