findNode

fun <T : Any> findNode(tree: List<T>?, predicate: Predicate<T>, childrenGetter: Function<T, List<T>?>): T?

查找首个匹配节点