TreeBuilder
Toggle table of contents
2.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
TreeBuilder
TreeBuilder
/
com.github.treeBuilder.dsl
Package-level
declarations
Types
Functions
Types
Node
Context
Link copied to clipboard
abstract
class
NodeContext
<
T
>
Node
Context
Marker
Link copied to clipboard
@
DslMarker
annotation class
NodeContextMarker
Node
List
Link copied to clipboard
typealias
NodeList
<
T
>
=
List
<
TreeNode
<
T
>
>
Root
Dsl
Marker
Link copied to clipboard
@
DslMarker
annotation class
RootDslMarker
Root
Node
Context
Link copied to clipboard
class
RootNodeContext
<
T
>
Tree
Builder
Context
Link copied to clipboard
class
TreeBuilderContext
<
T
>
Tree
Dsl
Marker
Link copied to clipboard
@
DslMarker
annotation class
TreeDslMarker
Tree
Node
Context
Link copied to clipboard
class
TreeNodeContext
<
T
>
:
NodeContext
<
T
>
Functions
tree
Link copied to clipboard
fun
<
T
>
tree
(
init
:
TreeBuilderContext
<
T
>
.
(
)
->
Unit
)
:
Tree
<
T
>