final class VersionNumber extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VersionNumber
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def _1: Option[Long]
- def _2: Option[Long]
- def _3: Option[Long]
- def _4: Option[Long]
-
lazy val
cascadingVersions: Vector[VersionNumber]
The vector of version numbers from more to less specific from this version number.
-
def
equals(o: Any): Boolean
- Definition Classes
- VersionNumber → AnyRef → Any
- val extras: Seq[String]
- def get(idx: Int): Option[Long]
-
def
hashCode(): Int
- Definition Classes
- VersionNumber → AnyRef → Any
- val numbers: Seq[Long]
- def size: Int
- val tags: Seq[String]
-
def
toString(): String
- Definition Classes
- VersionNumber → AnyRef → Any