RangeOperator

enum RangeOperator : Enum<Range.RangeOperator>

Entries

GTE
Link copied to clipboard
GTE(">=")
The version is greater than or equivalent to the requirement
GT
Link copied to clipboard
GT(">")
The version is greater than the requirement
LTE
Link copied to clipboard
LTE("<=")
The version is lower than or equivalent to the requirement
LT
Link copied to clipboard
LT("<")
The version is lower than the requirent
EQ
Link copied to clipboard
EQ("=")
The version and the requirement are equivalent

Functions

asString
Link copied to clipboard
fun asString(): String

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int