AdditionalInfo

just.semver.AdditionalInfo
object AdditionalInfo extends Compat

Attributes

Since

2018-10-21

Graph
Supertypes
trait Compat
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class BuildMetaInfo(identifier: List[Dsv])

Attributes

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

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class PreRelease(identifier: List[Dsv])

Attributes

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

Attributes

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

Value members

Concrete methods

def parse(value: String, validator: Dsv => Either[ParseError, Dsv]): Either[ParseError, Option[List[Dsv]]]
def parseBuildMetaInfo(value: String): Either[ParseError, Option[BuildMetaInfo]]
def parsePreRelease(value: String): Either[ParseError, Option[PreRelease]]