CPAsciiTable

org.cosplay.CPAsciiTable$
See theCPAsciiTable companion class
object CPAsciiTable

Companion object contains utility functions.

Attributes

Companion
class
Source
CPAsciiTable.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

Creates new ASCII text table with all defaults.

Creates new ASCII text table with all defaults.

Attributes

Source
CPAsciiTable.scala
def apply(hdrs: Any*): CPAsciiTable

Creates new ASCII table with given header cells.

Creates new ASCII table with given header cells.

Value parameters

hdrs

Header.

Attributes

Source
CPAsciiTable.scala
def apply(hdrs: Seq[_]): CPAsciiTable

Creates new ASCII table with given header cells.

Creates new ASCII table with given header cells.

Value parameters

hdrs

Header.

Attributes

Source
CPAsciiTable.scala
def of(hdrs: Seq[Any], data: Seq[Seq[Any]]): CPAsciiTable

Creates new ASCII table with given headers and data.

Creates new ASCII table with given headers and data.

Value parameters

data

Table data (sequence of rows).

hdrs

Headers.

Attributes

Source
CPAsciiTable.scala