Packages

object NestedDoc

Linear Supertypes
AnyRef, Any
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NestedDoc
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class Append[T](init: NestedDoc[T], last: T) extends ClosedDoc[T] with RecDoc[T] with Product with Serializable
  2. case class AppendBlock[T](init: NestedDoc[T], last: NestedDoc[T]) extends ClosedDoc[T] with RecBlockDoc[T] with Product with Serializable
  3. case class AppendOpenBlock[T](init: NestedDoc[T], last: NestedDoc[T]) extends NestedDoc[T] with RecBlockDoc[T] with Product with Serializable
  4. trait ClosedDoc[T] extends NestedDoc[T]
  5. trait Empty[T] extends ClosedDoc[T]
  6. case class LabelledEmpty[L, T](label: L) extends Empty[T] with Product with Serializable
  7. trait RecBlockDoc[T] extends RecDoc[T]
  8. trait RecDoc[T] extends AnyRef
  9. case class SimpleEmpty[T]() extends Empty[T] with Product with Serializable