Packages

case class RC(n: Int) extends ScalaBuild with Product with Serializable

A candidate for final release

Source
ScalaVersion.scala
Linear Supertypes
java.io.Serializable, Product, Equals, ScalaBuild, math.Ordered[ScalaBuild], Comparable[ScalaBuild], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RC
  2. Serializable
  3. Product
  4. Equals
  5. ScalaBuild
  6. Ordered
  7. Comparable
  8. AnyRef
  9. Any
Implicitly
  1. by orderingToOrdered
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RC(n: Int)

Value Members

  1. def <(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  2. def <=(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  3. def >(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  4. def >=(that: ScalaBuild): Boolean
    Definition Classes
    Ordered
  5. def compare(that: ScalaBuild): Int
    Definition Classes
    RC → Ordered
  6. def compareTo(that: ScalaBuild): Int
    Definition Classes
    Ordered → Comparable
  7. val n: Int
  8. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. def unparse: String

    Return a version of this build information that can be parsed back into the same ScalaBuild

    Return a version of this build information that can be parsed back into the same ScalaBuild

    Definition Classes
    RCScalaBuild

Shadowed Implicit Value Members

  1. def <(that: RC): Boolean
    Implicit
    This member is added by an implicit conversion from RC tomath.Ordered[RC] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (rC: math.Ordered[RC]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: RC): Boolean
    Implicit
    This member is added by an implicit conversion from RC tomath.Ordered[RC] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (rC: math.Ordered[RC]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: RC): Boolean
    Implicit
    This member is added by an implicit conversion from RC tomath.Ordered[RC] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (rC: math.Ordered[RC]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: RC): Boolean
    Implicit
    This member is added by an implicit conversion from RC tomath.Ordered[RC] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (rC: math.Ordered[RC]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: RC): Int
    Implicit
    This member is added by an implicit conversion from RC tomath.Ordered[RC] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (rC: math.Ordered[RC]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: RC): Int
    Implicit
    This member is added by an implicit conversion from RC tomath.Ordered[RC] performed by method orderingToOrdered in scala.math.Ordered.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (rC: math.Ordered[RC]).compareTo(that)
    Definition Classes
    Ordered → Comparable