Span

zio.cli.HelpDoc.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 Code(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 Error(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 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 Strong(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 Text(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 URI(value: URI) extends Span

Attributes

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

Attributes

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

Inherited and Abstract 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 code(t: String): Span
def empty: Span
def error(span: Span): Span
def error(t: String): Span
def space: Span
def spans(span: Span, spans0: Span*): Span
def spans(spans: Iterable[Span]): Span
def strong(span: Span): Span
def strong(t: String): Span
def text(t: String): Span
def uri(uri: URI): Span
def weak(span: Span): Span
def weak(t: String): Span