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
TextTree.type

Members list

Type members

Classlikes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait InterpolationArg[+T]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
case class Node[+T](chunks: NEList[TextTree[T]]) extends TextTree[T]

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TextTree[Nothing]
class Object
trait Matchable
class Any
Show all
final implicit class TextTreeGenericOps[T](target: TextTree[T])

Attributes

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

Attributes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait TextTree[T]
class Object
trait Matchable
class Any
Show all
object style

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
style.type

Inherited and Abstract 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

Value members

Concrete methods

def text[T](value: String): TextTree[T]
def value[T](value: T): TextTree[T]

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]