:trollface: 添加author

This commit is contained in:
VampireAchao 2022-09-09 14:43:26 +08:00
parent fc532551af
commit d1b125c88f

View File

@ -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> {