DataRow

abstract class DataRow[+T1, +T2, +T3, +T4, +T5, +T6, +T7, +T8, +T9, +T10] extends Product
trait Product
trait Equals
class Object
trait Matchable
class Any
class DataRow1[T1]
class DataRow10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10]
class DataRow2[T1, T2]
class DataRow3[T1, T2, T3]
class DataRow4[T1, T2, T3, T4]
class DataRow5[T1, T2, T3, T4, T5]
class DataRow6[T1, T2, T3, T4, T5, T6]
class DataRow7[T1, T2, T3, T4, T5, T6, T7]
class DataRow8[T1, T2, T3, T4, T5, T6, T7, T8]
class DataRow9[T1, T2, T3, T4, T5, T6, T7, T8, T9]

Value members

Concrete methods

def show: String
def showCells: Seq[String]

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
def productArity: Int
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
def productElementName(n: Int): String
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def productPrefix: String
Inherited from:
Product