case class RC(n: Int) extends ScalaBuild with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- RC
- Serializable
- Product
- Equals
- ScalaBuild
- Ordered
- Comparable
- AnyRef
- Any
Implicitly
- by orderingToOrdered
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RC(n: Int)
Value Members
- def <(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- def <=(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- def >(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- def >=(that: ScalaBuild): Boolean
- Definition Classes
- Ordered
- def compare(that: ScalaBuild): Int
- Definition Classes
- RC → Ordered
- def compareTo(that: ScalaBuild): Int
- Definition Classes
- Ordered → Comparable
- val n: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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
- RC → ScalaBuild
Shadowed Implicit Value Members
- 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
- 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
- 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
- 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
- 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
- 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
The Scala compiler and reflection APIs.