Companion

laika.ast.SpanLink.Companion

Attributes

Source
links.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

Attributes

Source
links.scala

Value members

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

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
protected def createSpanContainer(spans: Seq[Span]): ContainerType

Attributes

Inherited from:
SpanContainerCompanion
Source
containers.scala

Creates an empty instance

Creates an empty instance

Attributes

Inherited from:
SpanContainerCompanion
Source
containers.scala