Type/Trait

basis.form.Variant

TextForm

Related Docs: trait BaseTextFactory | package Variant

Permalink

abstract type TextForm <: BaseText with AnyForm

A Unicode® character sequence variant form.

Source
Variant.scala
Linear Supertypes
BaseText, BaseValue, UTF, Seq[Int], Container[Int], Collection[Int], Traverser[Int], basis.Family[TextForm], Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TextForm
  2. BaseText
  3. BaseValue
  4. UTF
  5. Seq
  6. Container
  7. Collection
  8. Traverser
  9. Family
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Family = Base

    Permalink
    Definition Classes
    Family

Abstract Value Members

  1. abstract def iterator: Iterator[Int]

    Permalink

    Returns an iterator over the code points of this string.

    Returns an iterator over the code points of this string.

    Definition Classes
    UTFContainer

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /(index: Int): AnyForm

    Permalink
    Definition Classes
    BaseValue
  4. def /(key: String): AnyForm

    Permalink
    Definition Classes
    BaseValue
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. def asBoolForm: BoolForm

    Permalink
    Definition Classes
    BaseValue
  7. def asDataForm: DataForm

    Permalink
    Definition Classes
    BaseValue
  8. def asDateForm: DateForm

    Permalink
    Definition Classes
    BaseValue
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def asNullForm: NullForm

    Permalink
    Definition Classes
    BaseValue
  11. def asNumberForm: NumberForm

    Permalink
    Definition Classes
    BaseValue
  12. def asObjectForm: ObjectForm

    Permalink
    Definition Classes
    BaseValue
  13. def asSeqForm: SeqForm

    Permalink
    Definition Classes
    BaseValue
  14. def asSetForm: SetForm

    Permalink
    Definition Classes
    BaseValue
  15. def asTextForm: TextForm

    Permalink
    Definition Classes
    BaseTextBaseValue
  16. def canEqual(other: Any): Boolean

    Permalink
    Definition Classes
    Seq → Equals
  17. def cast[T](implicit T: Mold[T]): Maybe[T]

    Permalink
    Definition Classes
    BaseValue
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def coerce[T](implicit T: Mold[T]): T

    Permalink
    Definition Classes
    BaseValue
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(other: Any): Boolean

    Permalink
    Definition Classes
    Seq → Equals → Any
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    Seq → Any
  25. def in(domain: Variant): TextForm

    Permalink
    Definition Classes
    BaseTextBaseValue
  26. def isBoolForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  27. def isDataForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  28. def isDateForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  29. def isDefined: Boolean

    Permalink
    Definition Classes
    BaseValue
  30. def isEmpty: Boolean

    Permalink
    Definition Classes
    ContainerCollection
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def isNullForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  33. def isNumberForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  34. def isObjectForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  35. def isSeqForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  36. def isSetForm: Boolean

    Permalink
    Definition Classes
    BaseValue
  37. def isTextForm: Boolean

    Permalink
    Definition Classes
    BaseTextBaseValue
  38. def length: Int

    Permalink
    Definition Classes
    Seq
  39. def modifiedUTF8Iterator: Iterator[Int]

    Permalink

    Returns an iterator over the modified UTF-8 code units that encode this string.

    Returns an iterator over the modified UTF-8 code units that encode this string.

    Definition Classes
    UTF
  40. def modifiedUTF8Length: Int

    Permalink

    Returns the number of modified UTF-8 code units required to encode this string.

    Returns the number of modified UTF-8 code units required to encode this string.

    Definition Classes
    UTF
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. def show(builder: StringBuilder): Unit

    Permalink

    Appends this string, quoted and escaped, to the given builder.

    Appends this string, quoted and escaped, to the given builder.

    Definition Classes
    UTF
  45. def show: String

    Permalink

    Returns this string, quoted and escaped.

    Returns this string, quoted and escaped.

    Definition Classes
    UTF
  46. def stringPrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseTextCollection
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    UTFContainerCollection → Any
  49. def toUString: UString

    Permalink

    Returns the Java String equivalent of this string.

    Returns the Java String equivalent of this string.

    Definition Classes
    UTF
  50. def traverse(f: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ContainerTraverser
  51. def utf16Iterator: Iterator[Int]

    Permalink

    Returns an iterator over the UTF-16 code units that encode this string.

    Returns an iterator over the UTF-16 code units that encode this string.

    Definition Classes
    UTF
  52. def utf16Length: Int

    Permalink

    Returns the number of UTF-16 code units required to encode this string.

    Returns the number of UTF-16 code units required to encode this string.

    Definition Classes
    UTF
  53. def utf32Iterator: Iterator[Int]

    Permalink

    Returns an iterator over the UTF-32 code units that encode this string.

    Returns an iterator over the UTF-32 code units that encode this string.

    Definition Classes
    UTF
  54. def utf32Length: Int

    Permalink

    Returns the number of UTF-32 code units required to encode this string.

    Returns the number of UTF-32 code units required to encode this string.

    Definition Classes
    UTF
  55. def utf8Iterator: Iterator[Int]

    Permalink

    Returns an iterator over the UTF-8 code units that encode this string.

    Returns an iterator over the UTF-8 code units that encode this string.

    Definition Classes
    UTF
  56. def utf8Length: Int

    Permalink

    Returns the number of UTF-8 code units required to encode this string.

    Returns the number of UTF-8 code units required to encode this string.

    Definition Classes
    UTF
  57. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseText

Inherited from BaseValue

Inherited from UTF

Inherited from Seq[Int]

Inherited from Container[Int]

Inherited from Collection[Int]

Inherited from Traverser[Int]

Inherited from basis.Family[TextForm]

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped