basis

text

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

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

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

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

  4. abstract class StringBuilder extends Builder[Int]

  5. trait StringFactory[+S] extends AnyRef

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

    Extended String operations.

    Extended String operations.

    Version

    0.1

    Since

    0.1

  7. implicit final class UStringContext extends AnyVal

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

    A UnicodeĀ® code point sequence.

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

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

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

Value Members

  1. implicit val String: StringFactory[String]

  2. object String1 extends StringFactory[String1]

  3. object String2 extends StringFactory[String2]

  4. object String4 extends StringFactory[String4]

  5. object StringBuilder extends StringFactory[String]

  6. object UString extends StringFactory[UString]

  7. object UTF16

  8. object UTF32

  9. object UTF8

Inherited from AnyRef

Inherited from Any

Ungrouped