case class DataRow6[+T1, +T2, +T3, +T4, +T5, +T6](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6) extends DataRow[T1, T2, T3, T4, T5, T6, Any, Any, Any, Any] with Product with Serializable
Instance Constructors
- new DataRow6(t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6)
Value Members
- def : DataRow7[T1, T2, T3, T4, T5, T6, S7]
- def !: DataRow7[T1, T2, T3, T4, T5, T6, S7]
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productElementNames: Iterator[String]
- def show: String
- def showCells: Seq[String]
- final def synchronized[T0](arg0: => T0): T0
- val t1: T1
- val t2: T2
- val t3: T3
- val t4: T4
- val t5: T5
- val t6: T6
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from DataRow[T1, T2, T3, T4, T5, T6, Any, Any, Any, Any]
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any