kotlin-jupyter-kernel
Toggle table of contents
0.14.1-504
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
lib
/
jupyter.kotlin
/
Modificator
Modificator
sealed
class
Modificator
Inheritors
AddColumn
RemoveColumn
Members
Types
Add
Column
Link copied to clipboard
data
class
AddColumn
<
T
,
R
>
(
val
name
:
String
,
val
getValue
:
T
.
(
)
->
R
)
:
Modificator
Remove
Column
Link copied to clipboard
data
class
RemoveColumn
(
val
name
:
String
)
:
Modificator