fix comment

This commit is contained in:
Looly 2022-09-07 16:40:56 +08:00
parent ac9d4cef37
commit a8a4f16bec
2 changed files with 2 additions and 1 deletions

View File

@ -449,6 +449,7 @@ public interface TerminableWrappedStream<T, S extends TerminableWrappedStream<T,
/**
* 根据给定判断条件分组
*
* @param <C> 值类型
* @param predicate 判断条件
* @param collFactory 提供的集合
* @return map

View File

@ -192,7 +192,7 @@ public interface TransformableWrappedStream<T, S extends TransformableWrappedStr
}
/**
* <<p>删除流中与断言匹配的元素当遇到第一个不匹配的元素时终止返回由剩余不匹配的元素组成的流<br>
* 删除流中与断言匹配的元素当遇到第一个不匹配的元素时终止返回由剩余不匹配的元素组成的流<br>
* eg:
* <pre>{@code
* EasyStream.of(1, 2, 3, 4, 5)