1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-03-01 00:35:28 +08:00
Commit Graph

22 Commits

Author SHA1 Message Date
dudaodong 8229de2f10 test: add parallel running for all unit test functions 2023-06-30 10:18:45 +08:00
dudaodong 259dbce85e doc: add go playground demo 2023-05-19 11:42:17 +08:00
will 1616d3d1be feat:addFindLast for stream (#95)
Co-authored-by: sunyaoyao <sunyaoyao@kezaihui.com>
2023-05-18 10:17:15 +08:00
dudaodong c3fad62d8c doc: update stream package document 2023-04-17 13:53:47 +08:00
dudaodong c53d541a6b doc: add document for stream package 2023-04-05 20:17:41 +08:00
dudaodong 5b9b4c4344 test: add example for stream package 2023-04-05 18:52:27 +08:00
dudaodong 081908bce3 fix: fix goline error 2023-03-01 11:10:12 +08:00
dudaodong afb021b4b5 feat: add Max, Min for stream 2023-02-08 15:20:29 +08:00
dudaodong 5075774000 feat: add Sorted for stream 2023-02-08 15:07:09 +08:00
dudaodong 6bba44dc50 feat: add Concat for stream 2023-02-07 10:47:28 +08:00
dudaodong 422022c74d feat: add Range for stream 2023-02-07 10:36:07 +08:00
dudaodong 87fcf97e2d feat: add FindFirst, Reverse for stream 2023-02-07 10:24:19 +08:00
dudaodong 71b27c0aa9 feat: add ForEach, Reduce for stream 2023-02-06 17:40:54 +08:00
dudaodong 09a379ec6d feat: add ForEach, Reduce for stream 2023-02-06 17:38:33 +08:00
dudaodong b4b9b03835 feat: add NoneMatch, AllMatch, AnyMatch for stream 2023-02-06 17:24:17 +08:00
dudaodong 48c7794b01 feat: add Limit method of stream 2023-02-06 17:08:36 +08:00
dudaodong ea0f96a8c0 feat: add Skip for stream 2023-01-30 16:56:33 +08:00
dudaodong 82cbb54787 feat: add FromChannel for create stream 2023-01-17 16:47:20 +08:00
dudaodong 585d33cafa feat: add Generate for create stream 2023-01-17 16:31:44 +08:00
dudaodong bc4cf35e15 feat: add Filter, Map, Count for stream 2023-01-17 14:59:47 +08:00
dudaodong a3bc20af1d feat: add Distinct 2023-01-17 11:39:05 +08:00
dudaodong 61338b6b46 feat: add Stream package 2023-01-17 11:25:15 +08:00