final class String extends AnyVal with Immutable with HasBoxer

Linear Supertypes
HasBoxer, Immutable, ImmutableMarker, Clonable, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. String
  2. HasBoxer
  3. Immutable
  4. ImmutableMarker
  5. Clonable
  6. AnyVal
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new String(value: scala.Predef.String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def at(i: Z): C
    Annotations
    @inline()
  7. def boxer: Boxer
    Definition Classes
    StringHasBoxer
    Annotations
    @inline()
  8. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  10. def native: scala.Predef.String
    Annotations
    @inline()
  11. def size: Z
    Annotations
    @inline()
  12. def string: String
    Definition Classes
    StringImmutable
    Annotations
    @inline()
  13. def stripPrefix(prefix: scala.Predef.String): scala.Predef.String
  14. def toCis: IS[Z, C]
  15. def toCms: MS[Z, C]
  16. def toString(): scala.Predef.String
    Definition Classes
    String → Any
    Annotations
    @inline()
  17. val value: scala.Predef.String

Inherited from HasBoxer

Inherited from Immutable

Inherited from ImmutableMarker

Inherited from Clonable

Inherited from AnyVal

Inherited from Any

Ungrouped