DataRow9

org.specs2.matcher.DataTables.DataRow9
case class DataRow9[+T1, +T2, +T3, +T4, +T5, +T6, +T7, +T8, +T9](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9) extends DataRow[T1, T2, T3, T4, T5, T6, T7, T8, T9, Any]

Attributes

Graph
Supertypes
trait Serializable
class DataRow[T1, T2, T3, T4, T5, T6, T7, T8, T9, Any]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ![S10](t10: S10): DataRow10[T1, T2, T3, T4, T5, T6, T7, T8, T9, S10]
def !![S10](t10: S10): DataRow10[T1, T2, T3, T4, T5, T6, T7, T8, T9, S10]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def show: String

Attributes

Inherited from:
DataRow
def showCells: Seq[String]

Attributes

Inherited from:
DataRow