Span

zio.http.codec.Doc$.Span$
See theSpan companion trait
object Span

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class Bold(value: Span) extends Span

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Span
class Object
trait Matchable
class Any
final case class Code(value: String) extends Span

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Span
class Object
trait Matchable
class Any
final case class Error(value: String) extends Span

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Span
class Object
trait Matchable
class Any
final case class Italic(value: Span) extends Span

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Span
class Object
trait Matchable
class Any
final case class Link(value: URI, text: Option[String]) extends Span

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Span
class Object
trait Matchable
class Any
final case class Text(value: String) extends Span

Attributes

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

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 bold(span: Span): Span
def bold(t: String): Span
def code(t: String): Span
def empty: Span
def error(t: String): Span
def italic(span: Span): Span
def italic(t: String): Span
def spans(span: Span, spans0: Span*): Span
def spans(spans: Iterable[Span]): Span
def text(t: String): Span