dataforge-data
/
space.kscience.dataforge.data
/
DataTreeItem
common
Data
Tree
Item
sealed class
DataTreeItem
<out
T
:
Any
>
Content copied to clipboard
Types
Extensions
Inheritors
Types
Leaf
Link copied to clipboard
common
class
Leaf
<out
T
:
Any
>(data:
Data
<
T
>) :
DataTreeItem
<
T
>
Content copied to clipboard
Node
Link copied to clipboard
common
class
Node
<out
T
:
Any
>(tree:
DataTree
<
T
>) :
DataTreeItem
<
T
>
Content copied to clipboard
Inheritors
DataTreeItem
Link copied to clipboard
DataTreeItem
Link copied to clipboard
Extensions
data
Link copied to clipboard
common
val <
T
:
Any
>
DataTreeItem
<
T
>?.
data
:
Data
<
T
>?
Content copied to clipboard
tree
Link copied to clipboard
common
val <
T
:
Any
>
DataTreeItem
<
T
>?.
tree
:
DataTree
<
T
>?
Content copied to clipboard
type
Link copied to clipboard
common
val <
T
:
Any
>
DataTreeItem
<
T
>.
type
:
KType
Content copied to clipboard