just.semver

package just.semver

Members list

Packages

Type members

Classlikes

object AdditionalInfo extends Compat

Attributes

Since

2018-10-21

Supertypes
trait Compat
class Object
trait Matchable
class Any
Self type
enum Anh extends Ordered[Anh]

Alphabet / Number / Hyphen (Anh)

Alphabet / Number / Hyphen (Anh)

Attributes

Since

2018-10-21

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
trait Ordered[Anh]
trait Comparable[Anh]
class Object
trait Matchable
class Any
Show all
object Anh

Attributes

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

Attributes

Since

2021-05-28

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SemVerComparison.type
object SemVerMatchers.type
object AdditionalInfo.type
object Dsv.type
final case class Dsv(values: List[Anh]) extends Ordered[Dsv]

Dot separated value

Dot separated value

Attributes

Since

2018-10-21

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[Dsv]
trait Comparable[Dsv]
class Object
trait Matchable
class Any
Show all
object Dsv extends Compat

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
trait Compat
class Object
trait Matchable
class Any
Show all
Self type
Dsv.type
enum ParseError

Attributes

Since

2018-10-21

Companion
object
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
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
final case class SemVer(major: Major, minor: Minor, patch: Patch, pre: Option[PreRelease], buildMetadata: Option[BuildMetaInfo]) extends Ordered[SemVer]

Attributes

Since

2018-10-21

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[SemVer]
trait Comparable[SemVer]
class Object
trait Matchable
class Any
Show all
object SemVer

Attributes

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