4064 Commits

Author SHA1 Message Date
VampireAchao
f70ff3186c :trollface: 改漏了 2022-09-07 15:12:11 +08:00
achao
f732d14809 重构Jdk自带的Lambda体系,支持序列化+包裹受检异常
改动如下:
1. AnnotationUtil 115行 简化 predicate::test 为 predicate
2. 调整 Func1 为 SerFunction
3. 调整 Func0 为 SerSupplier
4. 移除 GenericBuilder 对于多参数构造双冒号简写支持,直接采用lambda方式,例如GenericBuilder.of(Box::new, 2048L, "Hello Partner!", 222, 333, 444)改为GenericBuilder.of(() -> new Box(2048L, "Hello Partner!", 222, 333, 444))
5. 移除 CheckedUtil,现有重构后的Lambda 支持包裹异常
6. 移除 Func,该函数式接口属于泛型可变参数,不推荐使用
7. 移除 Supplier1,1参数Supplier应该使用SerFunction替代
8. 移除 Supplier2,2参数Supplier应该使用SerBiFunction替代
9. 移除 Supplier3,3参数Supplier应该使用SerFunction3替代(因第4条更改思路,该SerFunction3并未添加)
10. 移除 Supplier4,4参数Supplier应该使用SerFunction4替代(因第4条更改思路,该SerFunction4并未添加)
11. 移除 Supplier5,5参数Supplier应该使用SerFunction5替代(因第4条更改思路,该SerFunction5并未添加)
12. 移除 VoidFunc,该函数式接口属于泛型可变参数,不推荐使用
13. 调整 VoidFunc0 为 SerRunnable
14. 调整 VoidFunc1 为 SerConsumer
15. 调整 EntryStream 泛型命名、完善javadoc
16. EnumUtil 273行 简化 field::callWithRuntimeException 为 field
2022-09-07 15:08:11 +08:00
Looly
4204cb8532 simle code 2022-09-07 09:27:08 +08:00
Looly
804d274fd2
!794 CollectorUtil 新增两个对toMap的重载,并将EasyStream中join采用CollectorUtil中的joining
Merge pull request !794 from 阿超/v6-dev
2022-09-07 01:21:23 +00:00
VampireAchao
056eb5ded6 CollectorUtil 新增两个对toMap的重载,并将EasyStream中join采用CollectorUtil中的joining 2022-09-06 11:18:06 +08:00
Looly
6705274112 add paramsd 2022-09-05 19:10:20 +08:00
Looly
92d1843fbd fix code 2022-09-05 00:09:48 +08:00
Looly
ace5fcd89b fix code 2022-09-04 23:42:15 +08:00
Looly
4a2b5b548f add test 2022-09-04 21:49:26 +08:00
Looly
7fb7667e14 fix code 2022-09-04 21:29:29 +08:00
Looly
c134534bf2 fix code 2022-09-04 21:16:46 +08:00
Looly
d52d36cfdc fix code 2022-09-04 20:57:26 +08:00
Looly
c72e2bb5ba fix code 2022-09-04 20:11:25 +08:00
Looly
d1a5818a8e
!781 【6.x】新增基于键值对类型元素的Stream增强流实现
Merge pull request !781 from Createsequence/feat-stream-ext
2022-09-04 11:42:51 +00:00
Looly
f942bd59da fix code 2022-09-02 23:44:45 +08:00
Looly
b02610ed27
!790 补充collection.iter包下的测试用例、注释
Merge pull request !790 from Createsequence/fix-coll
2022-09-02 15:43:21 +00:00
Looly
ad0fe1f435
!791 【轻量级pr】优化 getProcessorCount 潜在的获取不到的问题-V6
Merge pull request !791 from dazer007/v6-dev-cpu-fix
2022-09-02 15:27:34 +00:00
Looly
c3181ab53a add test 2022-09-02 23:26:17 +08:00
duandazhi
97174e2ffc 修复availableProcessors,潜在的native方法获取CPU个数失败的问题 2022-09-02 23:03:01 +08:00
Looly
c5472f839b fix code 2022-09-02 22:53:00 +08:00
huangchengxing
7b5683a3c4 fix code and test case 2022-09-02 11:30:04 +08:00
Looly
4a0a977397 fix doc 2022-09-01 17:57:39 +08:00
Looly
14ff5c43ea
!788 补充 collection.iter包下的测试用例,完善注释并为部分方法补充空值校验
Merge pull request !788 from Createsequence/fix-coll
2022-09-01 09:55:26 +00:00
Looly
83df1673f0
!786 优化ObjUtil相关方法注释,并补充测试用例
Merge pull request !786 from Createsequence/fix-obj
2022-09-01 09:48:33 +00:00
huangchengxing
ce7a075b1e fix code and test case 2022-09-01 13:45:26 +08:00
huangchengxing
55fa1812a9 fix docs and test cases 2022-08-31 13:22:00 +08:00
Looly
3bddce1a0b fix doc 2022-08-31 00:53:20 +08:00
Looly
05bd3cca9f
!771 【6.x】优化支持一键多值的Map集合扩展,为其添加统一接口
Merge pull request !771 from Createsequence/feat-multi-map
2022-08-30 16:27:53 +00:00
Looly
fe6c48f08d fix code 2022-08-30 23:32:15 +08:00
Looly
4e8060e441 fix code 2022-08-30 23:13:55 +08:00
Looly
26d550dbab
!780 修复Issue #I5OSFC(更友好提示),完善Zodiac单元测试
Merge pull request !780 from Husky/v6-dev
2022-08-30 13:48:16 +00:00
Looly
dd3148ca0a 更新测试 2022-08-30 21:42:03 +08:00
Looly
dd64ab878e
!782 完善annotation包相关测试用例
Merge pull request !782 from Createsequence/v6-dev
2022-08-30 13:40:49 +00:00
Looly
1361e11592 将ObjUtil.defaultIfNull检验参数类型从Object改为泛型 2022-08-30 21:38:57 +08:00
Looly
c555a0cbab
!783 将ObjUtil.defaultIfNull检验参数类型从Object改为泛型,并补充重载方法和测试用例
Merge pull request !783 from Createsequence/fix-obj
2022-08-30 13:37:13 +00:00
Looly
0590793775 修改JSON的过滤接口,实现多层过滤 2022-08-30 21:35:00 +08:00
Husky
39a618ff10 ZoneUtilTest 完善 2022-08-30 17:44:36 +08:00
Husky
d9d8ad0d62 WeekTest 完善 2022-08-30 17:35:45 +08:00
huangchengxing
9077297966 将defaultIfNull检验参数类型改为泛型,并补充重载方法 2022-08-30 16:47:50 +08:00
huangchengxing
e20c5c3d81 完善annotation包相关测试用例 2022-08-30 15:22:32 +08:00
huangchengxing
95af267855 添加键值对流 2022-08-30 15:05:00 +08:00
huangchengxing
4893a5e9aa 添加支持对流进行转换的收集器 2022-08-30 15:04:30 +08:00
huangchengxing
9e20dbb7a0 将EasyStream部分代理方法分离至公共父类 2022-08-30 15:00:59 +08:00
Husky
a09dd3966b #I5OSFC 修复,错误异常信息修改 2022-08-30 14:43:39 +08:00
贾正全
f7ebc9f0fa Zodiac test完善 2022-08-30 12:06:57 +08:00
Looly
f4fc7793eb fix code 2022-08-30 11:38:42 +08:00
Looly
c58418017e fix bug and add test 2022-08-29 10:16:16 +08:00
Looly
514483010e fix code 2022-08-28 19:56:51 +08:00
Looly
680c12e423 fix code 2022-08-28 19:55:20 +08:00
Looly
83798c3bf7 fix code 2022-08-28 19:54:30 +08:00