TextTreeGenericOps

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def dump: String
def flatten: TextTree[T]
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]