mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
update
This commit is contained in:
@@ -4321,7 +4321,7 @@ public class StrUtil {
|
|||||||
* @return 过滤后的字符串
|
* @return 过滤后的字符串
|
||||||
* @since 5.4.0
|
* @since 5.4.0
|
||||||
*/
|
*/
|
||||||
public static String filter(CharSequence str, Filter<Character> filter) {
|
public static String filter(CharSequence str, final Filter<Character> filter) {
|
||||||
if (str == null || filter == null) {
|
if (str == null || filter == null) {
|
||||||
return str(str);
|
return str(str);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user