Text

sealed abstract class Text
Companion
object
class Object
trait Matchable
class Any
class Str
class Vertical
class Fluid
class Closed

Value members

Abstract methods

Concrete methods

def layout(width: Int): Text
def map(f: String => String): Text
def maxLine: Int
def mkString(width: Int, withLineNumbers: Boolean): String
def over(that: Text): Vertical
def remaining(width: Int): Int
def stripPrefix(pre: String): Text
def ~(that: Text): Text
def ~~(that: Text): Text