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
/
findNode
find
Node
@
JvmStatic
fun
<
T
:
Any
>
findNode
(
tree
:
List
<
T
>
?
,
predicate
:
Predicate
<
T
>
,
childrenGetter
:
Function
<
T
,
List
<
T
>
?
>
)
:
T
?
查找首个匹配节点