mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +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 <T> 流中的元素类型
|
||||||
* @param <S> {@link TransformableWrappedStream}的实现类类型
|
* @param <S> {@link TransformableWrappedStream}的实现类类型
|
||||||
* @author huangchengxing
|
* @author huangchengxing VampireAchao
|
||||||
* @since 6.0.0
|
* @since 6.0.0
|
||||||
*/
|
*/
|
||||||
public interface TransformableWrappedStream<T, S extends TransformableWrappedStream<T, S>> extends WrappedStream<T, S> {
|
public interface TransformableWrappedStream<T, S extends TransformableWrappedStream<T, S>> extends WrappedStream<T, S> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user