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

Refactor PredicateX #109

Closed
4 of 6 tasks
alexengrig opened this issue May 6, 2020 · 0 comments · Fixed by #111
Closed
4 of 6 tasks

Refactor PredicateX #109

alexengrig opened this issue May 6, 2020 · 0 comments · Fixed by #111
Assignees
Labels
enhancement New feature or request no docs Need add docs no javadoc Need add JavaDoc
Milestone

Comments

@alexengrig
Copy link
Owner

alexengrig commented May 6, 2020

Migrate PredicateX to interface.
Create PredicateChainX.

PredicateX.chain(Box::get);
PredicateChainX.of(Box:get);
  • Implemention
  • Test
  • Documentation
  • CHANGES
  • README
  • MIGRATION
@alexengrig alexengrig pinned this issue May 7, 2020
@alexengrig alexengrig linked a pull request May 7, 2020 that will close this issue
@alexengrig alexengrig self-assigned this May 8, 2020
@alexengrig alexengrig added the enhancement New feature or request label May 8, 2020
@alexengrig alexengrig added this to the v0.6.0 milestone May 8, 2020
alexengrig added a commit that referenced this issue Aug 25, 2020
@alexengrig alexengrig unpinned this issue Aug 25, 2020
@alexengrig alexengrig added no docs Need add docs no javadoc Need add JavaDoc labels Aug 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request no docs Need add docs no javadoc Need add JavaDoc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant