DocEvent

fs2.data.text.render.DocEvent
See theDocEvent companion trait
object DocEvent

Attributes

Companion
trait
Source
DocEvent.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
DocEvent.type

Members list

Type members

Classlikes

case object AlignBegin extends DocEvent

Begins a new alignment, setting the current indentation level to the current column

Begins a new alignment, setting the current indentation level to the current column

Attributes

Source
DocEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DocEvent
class Object
trait Matchable
class Any
Show all
Self type
AlignBegin.type
case object AlignEnd extends DocEvent

Ends an alignment, setting the current indentation level back to what it was before this alignment

Ends an alignment, setting the current indentation level back to what it was before this alignment

Attributes

Source
DocEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DocEvent
class Object
trait Matchable
class Any
Show all
Self type
AlignEnd.type
case object GroupBegin extends DocEvent

Begins a new group

Begins a new group

Attributes

Source
DocEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DocEvent
class Object
trait Matchable
class Any
Show all
Self type
GroupBegin.type
case object GroupEnd extends DocEvent

Ends a group

Ends a group

Attributes

Source
DocEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DocEvent
class Object
trait Matchable
class Any
Show all
Self type
GroupEnd.type
case object IndentBegin extends DocEvent

Begins a new indent, incrementing the current indentation level

Begins a new indent, incrementing the current indentation level

Attributes

Source
DocEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DocEvent
class Object
trait Matchable
class Any
Show all
Self type
case object IndentEnd extends DocEvent

Ends an indent , decrementing the current indentation level

Ends an indent , decrementing the current indentation level

Attributes

Source
DocEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DocEvent
class Object
trait Matchable
class Any
Show all
Self type
IndentEnd.type
case object Line extends DocEvent

Adds a new line and indent, or a space if undone by a group

Adds a new line and indent, or a space if undone by a group

Attributes

Source
DocEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DocEvent
class Object
trait Matchable
class Any
Show all
Self type
Line.type
case object LineBreak extends DocEvent

Adds a new line and indent, or a empty if undone by a group

Adds a new line and indent, or a empty if undone by a group

Attributes

Source
DocEvent.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait DocEvent
class Object
trait Matchable
class Any
Show all
Self type
LineBreak.type
case class Text(text: String) extends DocEvent

Renders the text _as is_.

Renders the text _as is_.

Attributes

Source
DocEvent.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait DocEvent
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala