BlockContainerCompanion

Common methods for simple block containers (without additional parameters).

class Object
trait Matchable
class Any
object BlockSequence.type
object BodyCell.type
object BulletList.type
object EmbeddedRoot.type
object EnumList.type
object HeadCell.type
object QuotedBlock.type
object RootElement.type

Type members

Inherited types

Value members

Abstract methods

protected def createBlockContainer(blocks: Seq[Block]): ContainerType

Concrete methods

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

Create an instance containing one or more blocks

Create an instance containing one or more blocks

protected def createSpanContainer(spans: Seq[Span]): ContainerType
override def empty: ContainerType
Definition Classes

Inherited methods

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