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

Gh-321: Add ChainedIterator varargs constructor and IterableMerge binary operator #328

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

cn337131
Copy link
Member

@cn337131 cn337131 commented Jan 15, 2025

  • Adds a varargs constructor to ChainedIterator.java
  • Add a new IterableMerge binary operator that concats iterables (similar to the IterableConcat function)

Related issue

@cn337131 cn337131 marked this pull request as ready for review January 15, 2025 12:42
@@ -16,9 +16,12 @@

package uk.gov.gchq.koryphe.iterable;

import org.apache.commons.lang3.ArrayUtils;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend against this unless there's no other easy way to do this with external libraries.

@cn337131 cn337131 added the enhancement Improvement to existing functionality/feature label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing functionality/feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ChainedIterator doesn't have a varargs constructor
4 participants