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. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Immutable
  4. def $clone: ImmutableMarker
    Definition Classes
    ImmutableMarker → Clonable
  5. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  6. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Immutable
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def boxer: Boxer
    Definition Classes
    StringHasBoxer
    Annotations
    @inline()
  10. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def native: scala.Predef.String
    Annotations
    @inline()
  13. def size: Z
    Annotations
    @inline()
  14. def string: String
    Definition Classes
    StringImmutable
    Annotations
    @inline()
  15. def stripPrefix(prefix: scala.Predef.String): scala.Predef.String
  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