mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
* ofBlankAble入参和泛型改为String * ofEmptyAble额外判断集合内元素全部为null的情况 * peek直接调用ifPresent * peeks改为可爱的写法 - 移除名字太长的ifPresentOrElse - 移除没有必要的orElseThrow(Function,String) + 新增orElseRun,对应一些不满足条件时调用的简单而又无返回值操作