Text

skunk.util.Text$
See theText companion class
object Text

Attributes

Companion:
class
Source:
Text.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Text.type

Members list

Concise view

Type members

Classlikes

case class Segment(style: String, body: String)

Attributes

Companion:
object
Source:
Text.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object Segment

Attributes

Companion:
class
Source:
Text.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Segment.type

Value members

Concrete methods

def apply(body: String): Text

Attributes

Source:
Text.scala
def grid(rows: List[List[Text]]): List[Text]

Attributes

Source:
Text.scala
def padding(n: Int): Text

Attributes

Source:
Text.scala
def styled(style: String, body: String): Text

Attributes

Source:
Text.scala

Concrete fields

lazy val blue: String => Text

Attributes

Source:
Text.scala
lazy val cyan: String => Text

Attributes

Source:
Text.scala
val empty: Text

Attributes

Source:
Text.scala
lazy val green: String => Text

Attributes

Source:
Text.scala
lazy val magenta: String => Text

Attributes

Source:
Text.scala
lazy val plain: String => Text

Attributes

Source:
Text.scala
lazy val red: String => Text

Attributes

Source:
Text.scala
lazy val yellow: String => Text

Attributes

Source:
Text.scala

Implicits

Implicits

implicit val MonoidText: Monoid[Text]

Attributes

Source:
Text.scala