toggle menu
kotlin-stdlib-project
0.1.0-SNAPSHOT
common
switch theme
search in API
kotlin-stdlib
/
com.javiersc.kotlin.stdlib.tree
/
ChildDeclarationInterface
Child
Declaration
Interface
interface
ChildDeclarationInterface
<
T
>
Inheritors
TreeNode
Members
Functions
child
Link copied to clipboard
abstract
fun
child
(
value
:
T
,
childDeclaration
:
ChildDeclaration
<
T
>
?
=
null
)
:
TreeNode
<
T
>
This method is used to easily create child in node.