Version

object Version
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

final case
class Major(value: Int)
final case
class Minor(value: Int)

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def fromInts(major: Int, minor: Int): Version
def v1(minorVer: Int): Version
def v2(minorVer: Int): Version

Implicits

Implicits

implicit
val ordering: Ordering[Version]
implicit
def univEq: UnivEq[Version]
implicit
def univEqMajor: UnivEq[Major]
implicit
def univEqMinor: UnivEq[Minor]