RowTupleReader

trait RowTupleReader[RowTuple, T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def readRow(rowIdx: Int, rowTuple: RowTuple, colDim: Int, setElem: (Int, Int, T) => Unit { def apply(rowIdx: Int, colIdx: Int, elem: T): Unit; }): Unit