mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
fix comment
This commit is contained in:
parent
ac9d4cef37
commit
a8a4f16bec
@ -449,6 +449,7 @@ public interface TerminableWrappedStream<T, S extends TerminableWrappedStream<T,
|
||||
/**
|
||||
* 根据给定判断条件分组
|
||||
*
|
||||
* @param <C> 值类型
|
||||
* @param predicate 判断条件
|
||||
* @param collFactory 提供的集合
|
||||
* @return map
|
||||
|
@ -192,7 +192,7 @@ public interface TransformableWrappedStream<T, S extends TransformableWrappedStr
|
||||
}
|
||||
|
||||
/**
|
||||
* <<p>删除流中与断言匹配的元素,当遇到第一个不匹配的元素时终止,返回由剩余不匹配的元素组成的流。<br>
|
||||
* 删除流中与断言匹配的元素,当遇到第一个不匹配的元素时终止,返回由剩余不匹配的元素组成的流。<br>
|
||||
* eg:
|
||||
* <pre>{@code
|
||||
* EasyStream.of(1, 2, 3, 4, 5)
|
||||
|
Loading…
x
Reference in New Issue
Block a user