semver4k
/
de.voize.semver4k
/
Range
/
RangeOperator
Range
Operator
enum
RangeOperator
:
Enum
<
Range.RangeOperator
>
Content copied to clipboard
Entries
Functions
Properties
Entries
GTE
Link copied to clipboard
GTE
(">=")
Content copied to clipboard
The version is greater than or equivalent to the requirement
GT
Link copied to clipboard
GT
(">")
Content copied to clipboard
The version is greater than the requirement
LTE
Link copied to clipboard
LTE
("<=")
Content copied to clipboard
The version is lower than or equivalent to the requirement
LT
Link copied to clipboard
LT
("<")
Content copied to clipboard
The version is lower than the requirent
EQ
Link copied to clipboard
EQ
("=")
Content copied to clipboard
The version and the requirement are equivalent
Functions
asString
Link copied to clipboard
fun
asString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard