DataRow5

case class DataRow5[+T1, +T2, +T3, +T4, +T5](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5) extends DataRow[T1, T2, T3, T4, T5, Any, Any, Any, Any, Any]
trait Serializable
class DataRow[T1, T2, T3, T4, T5, Any, Any, Any, Any, Any]
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def ![S6](t6: S6): DataRow6[T1, T2, T3, T4, T5, S6]
def !![S6](t6: S6): DataRow6[T1, T2, T3, T4, T5, S6]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def show: String
Inherited from:
DataRow
def showCells: Seq[String]
Inherited from:
DataRow