Skip to content
This repository was archived by the owner on Nov 23, 2023. It is now read-only.

Create ChainX #85

Closed
alexengrig opened this issue Aug 22, 2019 · 0 comments · Fixed by #106
Closed

Create ChainX #85

alexengrig opened this issue Aug 22, 2019 · 0 comments · Fixed by #106
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@alexengrig
Copy link
Owner

Use:

ChainX.of(HashMap<Integer, String>::new)
    .mutate(MapX.onlyPut(1, "one"))
    .mutate(MapX.onlyPut(2, "two"))
    .get();
@alexengrig alexengrig added the enhancement New feature or request label Aug 22, 2019
@alexengrig alexengrig added this to the v0.4.0 milestone Feb 26, 2020
@alexengrig alexengrig removed this from the v0.4.0 milestone Mar 20, 2020
@alexengrig alexengrig pinned this issue Mar 22, 2020
@alexengrig alexengrig linked a pull request Apr 11, 2020 that will close this issue
@alexengrig alexengrig self-assigned this Apr 11, 2020
@alexengrig alexengrig added this to the v0.4.0 milestone Apr 11, 2020
alexengrig added a commit that referenced this issue Apr 11, 2020
@alexengrig alexengrig unpinned this issue Apr 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant