Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.x] Create Collection chunkInto method #35295

Merged
merged 3 commits into from Nov 23, 2020
Merged

Commits on Nov 19, 2020

  1. create Collection chunkInto method

    this methods defines the number of chunks we would like to end up with. it fills all non-last chunks first, before placing the remainder in the final chunk.
    browner12 committed Nov 19, 2020
    Copy the full SHA
    b79d099 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. rename to splitIn

    browner12 committed Nov 21, 2020
    Copy the full SHA
    660cc86 View commit details
    Browse the repository at this point in the history
  2. rename to splitIn

    forgot the LazyCollection.
    browner12 committed Nov 21, 2020
    Copy the full SHA
    2eb1df8 View commit details
    Browse the repository at this point in the history