izumi.fundamentals.platform.strings

Members list

Type members

Classlikes

Attributes

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

Attributes

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

Attributes

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

Attributes

Companion
object
Supertypes
class AnyVal
trait Matchable
class Any
object IzString

Attributes

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

Attributes

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

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
object IzText

Attributes

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
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Node[T]
class Shift[T]
class StringNode
class Trim[T]
class ValueNode[T]
object TextTree

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
TextTree.type