Table

final case class Table(header: Row, columnOptions: Seq[ColumnOption], rows: Seq[Row]) extends Block
trait Product
trait Equals
class Block
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product