izumi.fundamentals.platform.strings

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class IzEscape(_toEscape: Set[Char], escapeChar: Char)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final class IzIterable[A](s: IterableOnce[A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class IzString(s: String) extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any
object IzString

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class IzStringBytes(s: Iterable[Byte]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
final class IzStringIterable[A](ss: Iterable[String]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any
object IzText

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
IzText.type
sealed trait TextTree[+T]

This is a convenience utility allowing to build trees of plain text and typed values.

This is a convenience utility allowing to build trees of plain text and typed values.

This utility is extremely useful for various template engines, query builders and transpilers

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Node[T]
class Shift[T]
class StringNode[T]
class Trim[T]
class ValueNode[T]
object TextTree

Attributes

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