final class C extends AnyVal with HasBoxer

Linear Supertypes
HasBoxer, AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. C
  2. HasBoxer
  3. AnyVal
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new C(value: Char)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def &(other: C): C
    Annotations
    @inline()
  4. def <(other: C): B
    Annotations
    @inline()
  5. def <<(other: C): C
    Annotations
    @inline()
  6. def <=(other: C): B
    Annotations
    @inline()
  7. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  8. def >(other: C): B
    Annotations
    @inline()
  9. def >=(other: C): B
    Annotations
    @inline()
  10. def >>>(other: C): C
    Annotations
    @inline()
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def boxer: Boxer
    Definition Classes
    CHasBoxer
  13. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def native: Char
    Annotations
    @inline()
  16. def string: String
    Annotations
    @inline()
  17. def toString(): scala.Predef.String
    Definition Classes
    C → Any
    Annotations
    @inline()
  18. val value: Char
  19. def |(other: C): C
    Annotations
    @inline()
  20. def |^(other: C): C
    Annotations
    @inline()

Inherited from HasBoxer

Inherited from AnyVal

Inherited from Any

Ungrouped