DecVer

just.decver.DecVer
See theDecVer companion class
object DecVer

Attributes

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

Members list

Type members

Classlikes

opaque object Major

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Major.type
opaque object Minor

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Minor.type
enum ParseError extends RuntimeException

Attributes

Companion
object
Supertypes
trait Enum
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object ParseError

Attributes

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

Types

type Major = Major
type Minor = Minor

Inherited 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

def fromSemVer(semVer: SemVer): DecVer
def parse(version: String): Either[ParseError, DecVer]
def unsafeParse(version: String): DecVer

Concrete fields

Givens

Givens

given decVerOrdering: Ordering[DecVer]
given derived$CanEqual: CanEqual[DecVer, DecVer]

Extensions

Extensions

extension (decVer: DecVer)
def render: String