mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
:trollface: 添加author
This commit is contained in:
parent
fc532551af
commit
d1b125c88f
@ -23,7 +23,7 @@ import java.util.stream.StreamSupport;
|
||||
*
|
||||
* @param <T> 流中的元素类型
|
||||
* @param <S> {@link TransformableWrappedStream}的实现类类型
|
||||
* @author huangchengxing
|
||||
* @author huangchengxing VampireAchao
|
||||
* @since 6.0.0
|
||||
*/
|
||||
public interface TransformableWrappedStream<T, S extends TransformableWrappedStream<T, S>> extends WrappedStream<T, S> {
|
||||
|
Loading…
Reference in New Issue
Block a user