mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
add extra for TreeNode
This commit is contained in:
parent
230b59eb00
commit
5443f028bd
@ -8,6 +8,7 @@ import cn.hutool.core.lang.tree.Tree;
|
||||
* @param <T> 转换的实体 为数据源里的对象类型
|
||||
* @author liangbaikai
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface NodeParser<T, E> {
|
||||
/**
|
||||
* @param object 源数据实体
|
||||
|
Loading…
Reference in New Issue
Block a user