DataRow1

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

Attributes

Graph
Supertypes
trait Serializable
class DataRow[T1, Any, 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 ![S2](t2: S2): DataRow2[T1, S2]
def !![S2](t2: S2): DataRow2[T1, S2]

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