toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.messaging
/
ExecuteSuccessReply
/
ExecuteSuccessReply
Execute
Success
Reply
constructor
(
executionCount
:
ExecutionCount
,
payload
:
List
<
Payload
>
=
listOf()
,
userExpressions
:
Map
<
String
,
JsonElement
>
=
mapOf()
,
additionalInfo
:
JsonObject
?
=
null
)