findNodeById

fun <T : Any, I> findNodeById(tree: List<T>?, id: I, idGetter: Function<T, I>, childrenGetter: Function<T, List<T>?>): T?

根据 ID 查找节点