Color

terminus.effect.Color
trait Color[+F <: Writer] extends WithStack[F]

Attributes

Source
Color.scala
Graph
Supertypes
trait WithStack[F]
class Object
trait Matchable
class Any
Known subtypes
Self type
F

Members list

Type members

Classlikes

object background

Attributes

Source
Color.scala
Supertypes
class Object
trait Matchable
class Any
Self type
background.type
object foreground

Attributes

Source
Color.scala
Supertypes
class Object
trait Matchable
class Any
Self type
foreground.type

Value members

Inherited methods

protected def withStack[A](stack: Stack, code: String)(f: F ?=> A): A

Use withStack to ensure a stack is pushed on before f is evaluated, and popped when f finishes.

Use withStack to ensure a stack is pushed on before f is evaluated, and popped when f finishes.

Attributes

Inherited from:
WithStack
Source
WithStack.scala