Packages

final class VersionNumber extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VersionNumber
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def _1: Option[Long]
  2. def _2: Option[Long]
  3. def _3: Option[Long]
  4. def _4: Option[Long]
  5. lazy val cascadingVersions: Vector[VersionNumber]

    The vector of version numbers from more to less specific from this version number.

  6. def equals(o: Any): Boolean
    Definition Classes
    VersionNumber → AnyRef → Any
  7. val extras: Seq[String]
  8. def get(idx: Int): Option[Long]
  9. def hashCode(): Int
    Definition Classes
    VersionNumber → AnyRef → Any
  10. val numbers: Seq[Long]
  11. def size: Int
  12. val tags: Seq[String]
  13. def toString(): String
    Definition Classes
    VersionNumber → AnyRef → Any