toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl.result
/
InternalEvalResult
Internal
Eval
Result
data
class
InternalEvalResult
(
val
result
:
FieldValue
,
val
scriptInstance
:
Any
)
Members
Constructors
Internal
Eval
Result
Link copied to clipboard
constructor
(
result
:
FieldValue
,
scriptInstance
:
Any
)
Properties
result
Link copied to clipboard
val
result
:
FieldValue
script
Instance
Link copied to clipboard
val
scriptInstance
:
Any