kt-mpp
Toggle table of contents
5.1.11
jvm
Platform filter
jvm
Switch theme
Search in API
kt-mpp
kt-mpp
/
io.github.gciatto.kt.mpp.utils
/
StableVersion
/
Companion
Companion
object
Companion
Members
Properties
REGEX
Link copied to clipboard
val
REGEX
:
Regex
Functions
of
Link copied to clipboard
@
JvmStatic
fun
of
(
vararg
numbers
:
Any
)
:
StableVersion
@
JvmStatic
fun
of
(
numbers
:
Iterable
<
Any
>
)
:
StableVersion
parse
Link copied to clipboard
@
JvmStatic
fun
parse
(
version
:
String
)
:
StableVersion
parse
All
Link copied to clipboard
@
JvmStatic
fun
parseAll
(
reader
:
Reader
)
:
Sequence
<
StableVersion
>
@
JvmStatic
fun
parseAll
(
string
:
String
)
:
Sequence
<
StableVersion
>
parse
Or
Null
Link copied to clipboard
@
JvmStatic
fun
parseOrNull
(
version
:
String
?
)
:
StableVersion
?