Table

overflowdb.traversal.help.Table
See theTable companion object
case class Table(columnNames: Seq[String], rows: Seq[Row])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def render(implicit availableWidthProvider: AvailableWidthProvider): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product