ansi

zio.internal.ansi$
object ansi

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ansi.type

Members list

Concise view

Type members

Classlikes

trait AnsiCode

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Color
object Blue.type
object Cyan.type
object Green.type
object Magenta.type
object Red.type
object Yellow.type
class Style
object Bold.type
object Faint.type
object Reversed.type
object Underlined.type
final implicit class AnsiStringOps(self: String) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
sealed abstract class Color(val code: String) extends AnsiCode

Attributes

Companion:
object
Graph
Supertypes
trait AnsiCode
class Object
trait Matchable
class Any
Known subtypes
object Blue.type
object Cyan.type
object Green.type
object Magenta.type
object Red.type
object Yellow.type
object Color

Attributes

Companion:
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Color.type
sealed abstract class Style(val code: String) extends AnsiCode

Attributes

Companion:
object
Graph
Supertypes
trait AnsiCode
class Object
trait Matchable
class Any
Known subtypes
object Bold.type
object Faint.type
object Reversed.type
object Underlined.type
object Style

Attributes

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

Value members

Concrete fields

Implicits

Implicits

final implicit def AnsiStringOps(self: String): AnsiStringOps