toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
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
>
?