toggle menu
kotlin-jupyter-kernel
0.12.0-335
jvm
switch theme
search in API
api
/
org.jetbrains.kotlinx.jupyter.api.libraries
/
DescriptorVariables
Descriptor
Variables
data
class
DescriptorVariables
(
val
properties
:
List
<
Variable
>
=
listOf()
,
val
hasOrder
:
Boolean
=
false
)
Members
Members & Extensions
Constructors
Descriptor
Variables
Link copied to clipboard
constructor
(
properties
:
List
<
Variable
>
=
listOf()
,
hasOrder
:
Boolean
=
false
)
Properties
has
Order
Link copied to clipboard
val
hasOrder
:
Boolean
=
false
properties
Link copied to clipboard
val
properties
:
List
<
Variable
>
Functions
filter
Link copied to clipboard
fun
DescriptorVariables
.
filter
(
predicate
:
(
Variable
)
->
Boolean
)
:
DescriptorVariables