File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ let chunksOf4 = Array.from(digits.windows(4, 4));
66
66
| Clojure | core | ` partition ` | ` partition ` | infinite empty lists | when insufficient padding;<br />terminates after 1 |
67
67
| Elm | List.Extra | ` groupsOf ` | ` groupsOfWithStep ` | empty list | no |
68
68
| Haskell | split | ` chunksOf ` | ` divvy ` | infinite empty lists | yes |
69
- | Java | Stream | ` Gatherers.windowFixed ` | ` Gatherers.windowSliding ` | N/A | N/A |
69
+ | Java | Stream | ` Gatherers.windowFixed ` | ` Gatherers.windowSliding ` | throws | no, step not configurable |
70
70
| Kotlin | Iterable | ` chunked ` | ` windowed ` | throws | configurable via parameter |
71
71
| .NET | System.Linq | ` Enumerable.Chunk ` | -- | throws | N/A |
72
72
| PHP | array | ` array_chunk ` | -- | throws | N/A |
You can’t perform that action at this time.
0 commit comments