Packages

abstract class ScalaBuild extends Ordered[ScalaBuild]

Represents the data after the dash in major.minor.rev-build

Source
ScalaVersion.scala
Linear Supertypes
math.Ordered[ScalaBuild], Comparable[ScalaBuild], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalaBuild
  2. Ordered
  3. Comparable
  4. AnyRef
  5. 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 ScalaBuild()

Abstract Value Members

  1. abstract def compare(that: ScalaBuild): Int
    Definition Classes
    Ordered
  2. abstract def unparse: String

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

Concrete 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 compareTo(that: ScalaBuild): Int
    Definition Classes
    Ordered → Comparable

Shadowed Implicit Value Members

  1. def <(that: ScalaBuild): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaBuild to math.Ordered[ScalaBuild] 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:
    (scalaBuild: math.Ordered[ScalaBuild]).<(that)
    Definition Classes
    Ordered
  2. def <=(that: ScalaBuild): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaBuild to math.Ordered[ScalaBuild] 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:
    (scalaBuild: math.Ordered[ScalaBuild]).<=(that)
    Definition Classes
    Ordered
  3. def >(that: ScalaBuild): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaBuild to math.Ordered[ScalaBuild] 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:
    (scalaBuild: math.Ordered[ScalaBuild]).>(that)
    Definition Classes
    Ordered
  4. def >=(that: ScalaBuild): Boolean
    Implicit
    This member is added by an implicit conversion from ScalaBuild to math.Ordered[ScalaBuild] 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:
    (scalaBuild: math.Ordered[ScalaBuild]).>=(that)
    Definition Classes
    Ordered
  5. def compare(that: ScalaBuild): Int
    Implicit
    This member is added by an implicit conversion from ScalaBuild to math.Ordered[ScalaBuild] 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:
    (scalaBuild: math.Ordered[ScalaBuild]).compare(that)
    Definition Classes
    Ordered
  6. def compareTo(that: ScalaBuild): Int
    Implicit
    This member is added by an implicit conversion from ScalaBuild to math.Ordered[ScalaBuild] 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:
    (scalaBuild: math.Ordered[ScalaBuild]).compareTo(that)
    Definition Classes
    Ordered → Comparable