underline

terminus.Format.format.underline
object underline

Attributes

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

Members list

Value members

Concrete methods

def black[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def blue[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def curly[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def cyan[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def dashed[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def default[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def dotted[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def double[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def green[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def magenta[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def none[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def red[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def straight[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def white[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala
def yellow[F <: Writer, A](f: F ?=> A): (F & Format[F]) ?=> A

Attributes

Source
Format.scala