Applied

final case class Applied(value: ColorizedString) extends AnyVal

A reification of the Colorize typeclass. If you see a type mismatch saying a Colorize.Applied is required, you're missing a Colorize[A]. When you implement it and make it available in implicit scope, an implicit conversion will be applied to your value whenever a Colorize.Applied is necessary.

Source:
Colorize.scala
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
Any
Source:
Colorize.scala

Inherited methods

Inherited from:
Product