BulletListCompanion

laika.ast.BulletListCompanion

Base trait for companions that create BulletList instances.

Attributes

Source
lists.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BulletList.type

Members list

Type members

Types

Attributes

Source
lists.scala

Value members

Concrete methods

def apply(block: Seq[Block], blocks: Seq[Block]*): ContainerType

Create an instance containing one or more list items comprised of any number of blocks each.

Create an instance containing one or more list items comprised of any number of blocks each.

Attributes

Source
lists.scala

Attributes

Source
lists.scala

Attributes

Source
lists.scala
override protected def createSpanContainer(spans: Seq[Span]): ContainerType

Attributes

Definition Classes
Source
lists.scala

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

Attributes

Inherited from:
BlockContainerCompanion
Source
containers.scala
def apply(span: Span, spans: Span*): ContainerType

Create an instance containing one or more spans

Create an instance containing one or more spans

Attributes

Inherited from:
SpanContainerCompanion
Source
containers.scala
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

Attributes

Inherited from:
SpanContainerCompanion
Source
containers.scala
override def empty: ContainerType

Creates an empty instance

Creates an empty instance

Attributes

Definition Classes
Inherited from:
BlockContainerCompanion
Source
containers.scala