mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add extra for TreeNode
This commit is contained in:
@@ -8,6 +8,7 @@ import cn.hutool.core.lang.tree.Tree;
|
||||
* @param <T> 转换的实体 为数据源里的对象类型
|
||||
* @author liangbaikai
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface NodeParser<T, E> {
|
||||
/**
|
||||
* @param object 源数据实体
|
||||
|
Reference in New Issue
Block a user