Table

papyrus.logic.layerElement.captionElement.Table
See theTable companion trait
object Table

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Table.type

Members list

Value members

Concrete methods

def apply[T](caption: Option[String], rows: List[Row[T]], tableStyle: TableStyle, renderFunction: T => MainText): Table[T]

Creates a table from caption, rows, style and rendering function

Creates a table from caption, rows, style and rendering function

Attributes

Concrete fields

val engine: Term => LazyList[Term]