toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.repl.notebook
/
MutableDisplayContainer
Mutable
Display
Container
interface
MutableDisplayContainer
:
DisplayContainer
Inheritors
DisplayContainerImpl
Members
Functions
add
Link copied to clipboard
abstract
fun
add
(
display
:
DisplayResultWrapper
)
abstract
fun
add
(
display
:
DisplayResult
,
cell
:
MutableCodeCell
)
get
All
Link copied to clipboard
abstract
override
fun
getAll
(
)
:
List
<
MutableDisplayResultWithCell
>
get
By
Id
Link copied to clipboard
abstract
override
fun
getById
(
id
:
String
?
)
:
List
<
MutableDisplayResultWithCell
>
update
Link copied to clipboard
abstract
fun
update
(
id
:
String
?
,
display
:
DisplayResult
)