scala.tools.cmd.gen

AnyVals

class AnyVals extends AnyValReps with AnyValTemplates

Source
AnyVals.scala
Linear Supertypes
Known Subclasses
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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. object B extends AnyValNum

  9. object C extends AnyValNum

  10. object D extends AnyValNum

  11. object F extends AnyValNum

  12. object I extends AnyValNum

  13. object L extends AnyValNum

  14. object S extends AnyValNum

  15. object U extends AnyValRep

  16. object Z extends AnyValRep

  17. def allCompanions: String

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

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

  20. def cardinalCompanion: String

    Definition Classes
    AnyValTemplates
  21. def classDocTemplate: String

    Definition Classes
    AnyValTemplates
  22. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: (AnyVals) ⇒ Boolean): AnyVals

    Implicit information
    This member is added by an implicit conversion from AnyVals to Ensuring[AnyVals] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: Boolean): AnyVals

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  34. def headerTemplate: String

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

  36. final def isInstanceOf[T0]: Boolean

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

  38. def isSubrangeType: Set[AnyValNum]

  39. def isWideType: Set[AnyValNum]

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

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

    Definition Classes
    AnyRef
  42. def nonUnitCompanions: String

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

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

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

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

    Definition Classes
    AnyRef
  47. def timestampString: String

    Definition Classes
    AnyValTemplates
  48. def toString(): String

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

  50. final def wait(): Unit

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

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

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

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

Shadowed Implict Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from AnyVals to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (anyVals: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from AnyVals to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (anyVals: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: AnyVals

    Implicit information
    This member is added by an implicit conversion from AnyVals to ArrowAssoc[AnyVals] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (anyVals: ArrowAssoc[AnyVals]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: AnyVals

    Implicit information
    This member is added by an implicit conversion from AnyVals to Ensuring[AnyVals] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (anyVals: Ensuring[AnyVals]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyValTemplates

Inherited from AnyValReps

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from AnyVals to StringAdd

Inherited by implicit conversion any2stringfmt from AnyVals to StringFormat

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

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

Ungrouped