Package

basis

text

Permalink

package text

UnicodeĀ® collections.

Source
package.scala
Linear Supertypes
AnyRef, Any
Content Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. text
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final class String1 extends Equals with Family[String1] with UTF8

    Permalink
  2. final class String2 extends Equals with Family[String2] with UTF16

    Permalink
  3. final class String4 extends Equals with Family[String4] with UTF32

    Permalink
  4. abstract class StringBuilder extends Builder[Int]

    Permalink
  5. trait StringFactory[+S] extends AnyRef

    Permalink
  6. final class UString extends AnyVal with Equals with Family[UString] with UTF16

    Permalink

    Extended String operations.

    Extended String operations.

    Version

    0.1

    Since

    0.1

  7. implicit final class UStringContext extends AnyVal

    Permalink
  8. trait UTF extends Equals with Family[UTF] with Seq[Int]

    Permalink

    A UnicodeĀ® code point sequence.

  9. trait UTF16 extends Equals with Family[UTF16] with UTF

    Permalink
  10. trait UTF32 extends Equals with Family[UTF32] with IndexedSeq[Int] with UTF

    Permalink
  11. trait UTF8 extends Equals with Family[UTF8] with UTF

    Permalink

Value Members

  1. implicit val String: StringFactory[String]

    Permalink
  2. object String1 extends StringFactory[String1]

    Permalink
  3. object String2 extends StringFactory[String2]

    Permalink
  4. object String4 extends StringFactory[String4]

    Permalink
  5. object StringBuilder extends StringFactory[String]

    Permalink
  6. object UString extends StringFactory[UString]

    Permalink
  7. object UTF16

    Permalink
  8. object UTF32

    Permalink
  9. object UTF8

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped