mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
Merge remote-tracking branch 'origin/v6-dev' into v6-dev
This commit is contained in:
commit
8f4662456a
@ -230,7 +230,7 @@ public interface TerminableWrappedStream<T, S extends TerminableWrappedStream<T,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>将集合转换为树,传入 {@code parentId == value} 来判断树的根节点
|
* <p>将集合转换为树,传入 {@code parentId == pidValue} 来判断树的根节点
|
||||||
* 因为需要在当前传入数据里查找,所以这是一个结束操作 <br>
|
* 因为需要在当前传入数据里查找,所以这是一个结束操作 <br>
|
||||||
*
|
*
|
||||||
* @param idGetter id的getter对应的lambda,可以写作 {@code Student::getId}
|
* @param idGetter id的getter对应的lambda,可以写作 {@code Student::getId}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user