toggle menu
foundation
0.21.0
jvm
switch theme
search in API
foundation
/
org.jetbrains.jewel.foundation.lazy.tree
/
Tree
Tree
class
Tree
<
T
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Element
Link copied to clipboard
sealed
interface
Element
<
T
>
Properties
roots
Link copied to clipboard
val
roots
:
List
<
Tree.Element
<
T
>
>
Functions
is
Empty
Link copied to clipboard
fun
isEmpty
(
)
:
Boolean
walk
Breadth
First
Link copied to clipboard
fun
walkBreadthFirst
(
)
:
Sequence
<
Tree.Element
<
T
>
>
walk
Depth
First
Link copied to clipboard
fun
walkDepthFirst
(
)
:
Sequence
<
Tree.Element
<
T
>
>