We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6150086 commit 1f48f28Copy full SHA for 1f48f28
README.md
@@ -66,7 +66,7 @@ let chunksOf4 = Array.from(digits.windows(4, 4));
66
| Clojure | core | `partition` | `partition` | infinite empty lists | when insufficient padding;<br/>terminates after 1 |
67
| Elm | List.Extra | `groupsOf` | `groupsOfWithStep` | empty list | no |
68
| Haskell | split | `chunksOf` | `divvy` | infinite empty lists | yes |
69
-| Java | Stream | -- | -- | N/A | N/A |
+| Java | Stream | `Gatherers.windowFixed` | `Gatherers.windowSliding` | N/A | N/A |
70
| Kotlin | Iterable | `chunked` | `windowed` | throws | configurable via parameter |
71
| .NET | System.Linq | `Enumerable.Chunk` | -- | throws | N/A |
72
| PHP | array | `array_chunk` | -- | throws | N/A |
0 commit comments