EnumListCompanion

Base trait for companions that create EnumList instances.

class Object
trait Matchable
class Any
object EnumList.type

Type members

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.

override protected def createSpanContainer(spans: Seq[Span]): ContainerType
def startIndex: Int

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