TextTree

izumi.fundamentals.platform.strings.TextTree$
See theTextTree companion trait
object TextTree

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object InterpolationArg.type
case class Node[T](chunks: NEList[TextTree[T]]) extends TextTree[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TextTree[T]
class Object
trait Matchable
class Any
final implicit class Quote(val sc: StringContext) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
case class Shift[T](nested: TextTree[T], shift: Int) extends TextTree[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TextTree[T]
class Object
trait Matchable
class Any
case class StringNode[T](value: String) extends TextTree[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TextTree[T]
class Object
trait Matchable
class Any
implicit class TextTreeGenericOps[T](target: TextTree[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
implicit class TextTreeSeqOps[T](target: Seq[TextTree[T]])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
case class Trim[T](nested: TextTree[T]) extends TextTree[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TextTree[T]
class Object
trait Matchable
class Any
case class ValueNode[T](value: T) extends TextTree[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait TextTree[T]
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

final implicit def Quote(sc: StringContext): Quote
final implicit def TextTreeGenericOps[T](target: TextTree[T]): TextTreeGenericOps[T]
final implicit def TextTreeSeqOps[T](target: Seq[TextTree[T]]): TextTreeSeqOps[T]