format

terminus.effect.Format.format
object format

Attributes

Source
Format.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
format.type

Members list

Type members

Classlikes

object underline

Attributes

Source
Format.scala
Supertypes
class Object
trait Matchable
class Any
Self type
underline.type

Value members

Concrete methods

def bold[A](f: F ?=> A): A

Attributes

Source
Format.scala
def invert[A](f: F ?=> A): A

Attributes

Source
Format.scala
def invisible[A](f: F ?=> A): A

Attributes

Source
Format.scala
def light[A](f: F ?=> A): A

Attributes

Source
Format.scala
def normal[A](f: F ?=> A): A

Normal weight text, neither bold nor light.

Normal weight text, neither bold nor light.

Attributes

Source
Format.scala
def strikethrough[A](f: F ?=> A): A

Attributes

Source
Format.scala