Multipart

laika.directive.BuilderContext.Multipart
case class Multipart[T](mainBody: Seq[E], children: Seq[T])

The content of a body element divided by separator directives.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def collect[U <: T : ClassTag]: Seq[U]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product