Table

case class Table(lines: IndexedSeq[Seq[Str]])
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def render(colSeparator: String, linePrefix: String, lineSeparator: String, defaultWidths: IndexedSeq[Int]): String
def render(b: StringBuilder, colSeparator: String, linePrefix: String, lineSeparator: String, defaultWidths: IndexedSeq[Int]): Unit
def widths: Seq[Int]

Inherited methods

Inherited from:
Product