just-semver-core
just-semver-core
API
just
Common
just.decver
DecVer
DecVer
Major
Minor
ParseError
Invalid
ParseError
just.semver
AdditionalInfo
BuildMetaInfo
BuildMetaInfo
PreRelease
PreRelease
Anh
Alphabet
Num
Anh
Compat
Dsv
Dsv
ParseError
InvalidAlphaNumHyphenError
LeadingZeroNumError
PreReleaseParseError
BuildMetadataParseError
CombinedParseError
InvalidVersionStringError
SemVerMatchersParseErrors
ParseError
SemVer
SemVer
Major
Minor
Patch
just.semver.expr
ComparisonOperator
ComparisonOperator
just.semver.matcher
SemVerComparison
SemVerComparison
ParseError
ParseError
SemVerMatcher
Range
Comparison
SemVerMatcher
ParseError
RangeParseFailure
SemVerComparisonParseFailure
ParseError
SemVerMatchers
SemVerMatchers
And
Or
ParseErrors
ParseErrors
just.semver.parser
ComparisonOperatorParser
Parser
Parser
State
State
ParserError
ParserError
ParserErrorOps
just-semver-core
/
just.semver
/
ParseError
ParseError
just.semver.ParseError$
See the
ParseError
companion enum
object
ParseError
Attributes
Companion:
enum
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Sum
trait
Mirror
class
Object
trait
Matchable
class
Any
Self type
ParseError
.type
Clear all
Members list
Concise view
Type members
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
buildMetadataParseError
(
parseError
:
ParseError
):
ParseError
def
combine
(
preReleaseError
:
ParseError
,
buildMetadataError
:
ParseError
):
ParseError
def
emptyAlphaNumHyphenError
:
ParseError
def
invalidAlphaNumHyphenError
(
c
:
Char
,
rest
:
List
[
Char
]):
ParseError
def
invalidVersionStringError
(
value
:
String
):
ParseError
def
leadingZeroNumError
(
n
:
String
):
ParseError
def
preReleaseParseError
(
parseError
:
ParseError
):
ParseError
def
semVerMatchersParseErrors
(
error
:
ParseErrors
):
ParseError
Givens
Givens
given
derived$CanEqual
:
CanEqual
[
ParseError
,
ParseError
]
Extensions
Extensions
extension
(parseError:
ParseError
)
def
render
:
String