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

Type members

Classlikes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Doc
class Object
trait Matchable
class Any
Show all
object ListingType

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

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 fromCommonMark(commonMark: String): 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 h6(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

Implicits

Implicits

implicit val schemaDocSchema: Schema[Doc]