Table

caseapp.core.help.Table
case class Table(lines: IndexedSeq[Seq[Str]])

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product