Doc

zio.http.codec.Doc$
See theDoc companion trait
object Doc

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Doc.type

Members list

Concise view

Type members

Classlikes

final case class DescriptionList(definitions: List[(Span, Doc)]) extends Doc

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Doc
class Object
trait Matchable
class Any
case object Empty extends Doc

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Doc
class Object
trait Matchable
class Any
Self type
Empty.type
final case class Header(value: String, level: Int) extends Doc

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Doc
class Object
trait Matchable
class Any
final case class Listing(elements: List[Doc], listingType: ListingType) extends Doc

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Doc
class Object
trait Matchable
class Any

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait ListingType

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Ordered.type
object Unordered.type
final case class Paragraph(value: Span) extends Doc

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Doc
class Object
trait Matchable
class Any
final case class Sequence(left: Doc, right: Doc) extends Doc

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Doc
class Object
trait Matchable
class Any
object Span

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Span.type
sealed trait Span

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Bold
class Code
class Error
class Italic
class Link
class Sequence
class Text
Self type

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def blocks(bs: Iterable[Doc]): Doc
def blocks(helpDoc: Doc, helpDocs0: Doc*): Doc
def descriptionList(definitions: (Span, Doc)*): Doc
def h1(t: String): Doc
def h2(t: String): Doc
def h3(t: String): Doc
def h4(t: String): Doc
def h5(t: String): Doc
def orderedListing(elements: Doc*): Doc
def p(t: String): Doc
def p(span: Span): Doc
def unorderedListing(elements: Doc*): Doc

Concrete fields

val empty: Doc