kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
common-dependencies
/
org.jetbrains.kotlinx.jupyter.common
/
ReplEnum
Repl
Enum
interface
ReplEnum
<
T
:
Enum
<
*
>
>
Inheritors
Companion
Companion
Members
Types
Code
Insight
Value
Link copied to clipboard
class
CodeInsightValue
<
V
:
Enum
<
*
>
>
(
val
value
:
V
,
val
name
:
String
,
val
description
:
String
,
val
type
:
ReplEnum.Type
)
Type
Link copied to clipboard
interface
Type
Properties
code
Insight
Values
Link copied to clipboard
abstract
val
codeInsightValues
:
List
<
ReplEnum.CodeInsightValue
<
T
>
>
Functions
value
Of
Or
Null
Link copied to clipboard
abstract
fun
valueOfOrNull
(
name
:
String
)
:
ReplEnum.CodeInsightValue
<
T
>
?