Fragment

case class Fragment(text: String, style: Style)
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def *(n: Int): Fragment
def +(f: Fragment): Line
def +:(line: Line): Line
def ansi(ansiColor: String): Fragment
def prepend(line: Line): Line

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product