Version

oxygen.core.Version
See theVersion companion class
object Version

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Version.type

Members list

Type members

Classlikes

enum Suffix

Attributes

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Suffix

Attributes

Companion
enum
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Suffix.type

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

inline def apply(version: String): Version
def make(major: Int, extras: Int*): Version
def parse(version: String): Option[Version]
def unsafeParse(version: String): Version

Givens

Givens

given ordering: Ordering[Version]
given show: Show[Version]