BodyCell

case object BodyCell extends CellType with BlockContainerCompanion

A cell in the body part of the table.

trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class CellType
class Object
trait Matchable
class Any

Type members

Types

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from:
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror
type MirroredMonoType = Singleton
Inherited from:
Singleton
type MirroredType = Singleton
Inherited from:
Singleton

Value members

Concrete methods

def apply(blocks: Seq[Block]): Cell

Inherited methods

def apply(block: Block, blocks: Block*): ContainerType

Create an instance containing one or more blocks

Create an instance containing one or more blocks

Inherited from:
BlockContainerCompanion
def apply(span: Span, spans: Span*): ContainerType

Create an instance containing one or more spans

Create an instance containing one or more spans

Inherited from:
SpanContainerCompanion
def apply(text: String, texts: String*): ContainerType

Create an instance only containing only one or more Text spans

Create an instance only containing only one or more Text spans

Inherited from:
SpanContainerCompanion
protected def createSpanContainer(spans: Seq[Span]): ContainerType
def fromProduct(p: Product): MirroredMonoType
Inherited from:
Singleton
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product