TextTreeGenericOps

izumi.fundamentals.platform.strings.TextTree$.TextTreeGenericOps
implicit class TextTreeGenericOps[T](target: TextTree[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def dump: String
def map[U](f: T => U): TextTree[U]
def mapRender(f: T => String): String
def shift(pad: Int): TextTree[T]
def stripMargin(marginChar: Char): TextTree[T]
def trim: TextTree[T]
def values: Seq[T]