scala.tools.cmd.gen

AnyVals

class AnyVals extends AnyValReps with AnyValTemplates

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AnyVals
  2. AnyValTemplates
  3. AnyValReps
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnyVals()

Type Members

  1. sealed abstract class AnyValNum extends AnyVals.AnyValRep

    Definition Classes
    AnyValReps
  2. sealed abstract class AnyValRep extends AnyRef

    Definition Classes
    AnyValReps

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from AnyVals to any2stringadd[AnyVals] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (AnyVals, B)

    Implicit information
    This member is added by an implicit conversion from AnyVals to ArrowAssoc[AnyVals] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. object B extends AnyValNum

  7. object C extends AnyValNum

  8. object D extends AnyValNum

  9. object F extends AnyValNum

  10. object I extends AnyValNum

  11. object L extends AnyValNum

  12. object S extends AnyValNum

  13. object U extends AnyValRep

  14. object Z extends AnyValRep

  15. def allCompanions: String

    Definition Classes
    AnyValTemplates
  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def cardinal: collection.immutable.List[AnyValNum]

  18. def cardinalCompanion: String

    Definition Classes
    AnyValTemplates
  19. def classDocTemplate: String

    Definition Classes
    AnyValTemplates
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. def ensuring(cond: (AnyVals) ⇒ Boolean, msg: ⇒ Any): AnyVals

    Implicit information
    This member is added by an implicit conversion from AnyVals to Ensuring[AnyVals] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: (AnyVals) ⇒ Boolean): AnyVals

    Implicit information
    This member is added by an implicit conversion from AnyVals to Ensuring[AnyVals] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean, msg: ⇒ Any): AnyVals

    Implicit information
    This member is added by an implicit conversion from AnyVals to Ensuring[AnyVals] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean): AnyVals

    Implicit information
    This member is added by an implicit conversion from AnyVals to Ensuring[AnyVals] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def floatingCompanion: String

    Definition Classes
    AnyValTemplates
  29. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from AnyVals to StringFormat[AnyVals] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  31. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  32. def headerTemplate: String

    Definition Classes
    AnyValTemplates
  33. def isFloatingType: Set[AnyValNum]

  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isIntegerType: Set[AnyValNum]

  36. def isSubrangeType: Set[AnyValNum]

  37. def isWideType: Set[AnyValNum]

  38. def make(): collection.immutable.List[(String, String)]

  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. def nonUnitCompanions: String

    Definition Classes
    AnyValTemplates
  41. final def notify(): Unit

    Definition Classes
    AnyRef
  42. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  43. def numeric: collection.immutable.List[AnyValNum]

  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  45. def toString(): String

    Definition Classes
    AnyRef → Any
  46. def values: collection.immutable.List[AnyValRep]

  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (AnyVals, B)

    Implicit information
    This member is added by an implicit conversion from AnyVals to ArrowAssoc[AnyVals] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyValTemplates

Inherited from AnyValReps

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AnyVals to any2stringadd[AnyVals]

Inherited by implicit conversion StringFormat from AnyVals to StringFormat[AnyVals]

Inherited by implicit conversion Ensuring from AnyVals to Ensuring[AnyVals]

Inherited by implicit conversion ArrowAssoc from AnyVals to ArrowAssoc[AnyVals]

Ungrouped