final case class HeadingSection(id: String, level: Int, title: String, children: Vector[Section])(heading: Heading) extends Section with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HeadingSection
- Serializable
- Serializable
- Product
- Equals
- Section
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
allHeadings: Iterator[HeadingSection]
- Definition Classes
- HeadingSection → Section
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
children: Vector[Section]
- Definition Classes
- HeadingSection → Section
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
findFirstHeading: Option[HeadingSection]
- Definition Classes
- Section
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getID: Some[String]
- Definition Classes
- HeadingSection → Section
-
def
getTitle: Some[String]
- Definition Classes
- HeadingSection → Section
- val heading: Heading
- val id: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
level: Int
- Definition Classes
- HeadingSection → Section
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
recursiveTitleCount: Int
- Definition Classes
- Section
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val title: String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )