mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +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> 转换的实体 为数据源里的对象类型
|
* @param <T> 转换的实体 为数据源里的对象类型
|
||||||
* @author liangbaikai
|
* @author liangbaikai
|
||||||
*/
|
*/
|
||||||
|
@FunctionalInterface
|
||||||
public interface NodeParser<T, E> {
|
public interface NodeParser<T, E> {
|
||||||
/**
|
/**
|
||||||
* @param object 源数据实体
|
* @param object 源数据实体
|
||||||
|
Loading…
x
Reference in New Issue
Block a user