display

terminus.effect.Display.display
object display

Attributes

Source
Display.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
display.type

Members list

Type members

Classlikes

object underline

Attributes

Source
Display.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
Display.scala
def invert[A](f: F ?=> A): A

Attributes

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

Attributes

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

Attributes

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

Normal weight text, neither bold nor light.

Normal weight text, neither bold nor light.

Attributes

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

Attributes

Source
Display.scala