kotlin-jupyter-kernel
Toggle table of contents
0.13.0-481-1
jvm
Platform filter
jvm
Switch theme
Search in API
kotlin-jupyter-kernel
lib-ext
/
org.jetbrains.kotlinx.jupyter.ext.graph.structure
/
populate
populate
fun
<
T
>
GraphNode
<
T
>
.
populate
(
nodes
:
MutableSet
<
GraphNode
<
T
>
>
,
directedEdges
:
MutableCollection
<
DirectedEdge
<
T
>
>
,
undirectedEdges
:
MutableCollection
<
UndirectedEdge
<
T
>
>
)