toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api
/
KotlinKernelVersion
/
Companion
Companion
object
Companion
Members
Properties
DEV_PREFIX
Link copied to clipboard
const
val
DEV_PREFIX
:
String
DEV_SEP
Link copied to clipboard
const
val
DEV_SEP
:
Char
=
'-'
SEP
Link copied to clipboard
const
val
SEP
:
Char
=
'.'
STRING_VERSION_COMPARATOR
Link copied to clipboard
val
STRING_VERSION_COMPARATOR
:
Comparator
<
String
>
Functions
from
Link copied to clipboard
fun
from
(
string
:
String
)
:
KotlinKernelVersion
?
fun
from
(
major
:
Int
,
minor
:
Int
,
micro
:
Int
,
build
:
Int
?
=
null
,
dev
:
Int
?
=
null
)
:
KotlinKernelVersion
?
from
Maven
Version
Link copied to clipboard
fun
fromMavenVersion
(
string
:
String
)
:
KotlinKernelVersion
?
to
Maybe
Unspecified
String
Link copied to clipboard
fun
KotlinKernelVersion
?
.
toMaybeUnspecifiedString
(
)
:
String