Fragment

case class Fragment(text: String, ansiColorCode: String)
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def +(f: Fragment): Line
def +:(line: Line): Line
def prepend(line: Line): Line

Inherited methods

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