Text

fs2.data.text.render.DocEvent.Text
case class Text(text: String) extends DocEvent

Renders the text _as is_.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product