AnsiValue

com.geirolz.app.toolkit.console.AnsiValue$
See theAnsiValue companion trait
object AnsiValue

Attributes

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

Members list

Concise view

Type members

Classlikes

case class B extends AnsiValue

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AnsiValue
class Object
trait Matchable
class Any
object B

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
B.type
case class F extends AnsiValue

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AnsiValue
class Object
trait Matchable
class Any
object F

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
F.type
object Rich

Attributes

Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Rich.type
case class S extends AnsiValue

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AnsiValue
class Object
trait Matchable
class Any
object S

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
S.type

Inherited classlikes

implicit class AnsiTextOps(t: AnsiText)

Attributes

Inherited from:
AnsiValueSyntax (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any
implicit class AnyShowableOps[T](t: T)(implicit s: Show[T])

Attributes

Inherited from:
AnsiValueSyntax (hidden)
Graph
Supertypes
class Object
trait Matchable
class Any

Types

type AnsiText = String

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 apply(foreground: F, background: B, style: S): AnsiValue

Concrete fields

final lazy val empty: AnsiValue

Implicits

Inherited implicits

final implicit def AnsiTextOps(t: AnsiText): AnsiTextOps

Attributes

Inherited from:
AnsiValueSyntax (hidden)
final implicit def AnyShowableOps[T](t: T)(implicit s: Show[T]): AnyShowableOps[T]

Attributes

Inherited from:
AnsiValueSyntax (hidden)
implicit val monoid: Monoid[AnsiValue]

Attributes

Inherited from:
AnsiValueInstances (hidden)
implicit val show: Show[AnsiValue]

Attributes

Inherited from:
AnsiValueInstances (hidden)