avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-web-support
/
io.github.lishangbu.avalon.web.util
/
TreeUtils
/
findNodeById
find
Node
By
Id
@
JvmStatic
fun
<
T
:
Any
,
I
>
findNodeById
(
tree
:
List
<
T
>
?
,
id
:
I
,
idGetter
:
Function
<
T
,
I
>
,
childrenGetter
:
Function
<
T
,
List
<
T
>
?
>
)
:
T
?
根据 ID 查找节点