toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
shared-compiler
/
org.jetbrains.kotlinx.jupyter.streams
/
DataList
/
RemovedDataInfo
Removed
Data
Info
class
RemovedDataInfo
<
T
>
(
val
newLast
:
T
,
val
wasLast
:
Boolean
)
Members
Constructors
Removed
Data
Info
Link copied to clipboard
constructor
(
newLast
:
T
,
wasLast
:
Boolean
)
Properties
new
Last
Link copied to clipboard
val
newLast
:
T
was
Last
Link copied to clipboard
val
wasLast
:
Boolean