DataRow2

org.specs2.matcher.DataTables.DataRow2
case class DataRow2[+T1, +T2](t1: T1, t2: T2) extends DataRow[T1, T2, Any, Any, Any, Any, Any, Any, Any, Any]

Attributes

Graph
Supertypes
trait Serializable
class DataRow[T1, T2, Any, Any, Any, Any, Any, Any, Any, Any]
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ![S3](t3: S3): DataRow3[T1, T2, S3]
def !![S3](t3: S3): DataRow3[T1, T2, S3]

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