mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
:trollface: 添加author
This commit is contained in:
@@ -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> {
|
||||||
|
Reference in New Issue
Block a user