Colorize

object Colorize
Companion:
class
Source:
Colorize.scala
class Object
trait Matchable
class Any

Type members

Classlikes

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.

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

Value members

Concrete methods

def apply[A](implicit ev: Colorize[A]): Colorize[A]