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

Type members

Classlikes

final case class Bold(value: Span) extends Span

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Span
class Object
trait Matchable
class Any
Show all
final case class Code(value: String, codeStyle: CodeStyle) extends Span

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Block.type
object Inline.type
final case class Error(value: String) extends Span

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Span
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
type MirroredLabel <: String

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 codeBlock(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