ChainedIterator doesn't have a varargs constructor #321
Labels
enhancement
Improvement to existing functionality/feature
good first issue
Small, lower complexity and doesn't require pre-existing Koryphe knowledge
Milestone
In ChainedIterable.java there's a varargs constructor to take any number of Iterables to create a single Iterable:
koryphe/core/src/main/java/uk/gov/gchq/koryphe/iterable/ChainedIterable.java
Line 39 in 36c63c3
The ChainedIterator.java class is very similar but is missing this kind of constructor.
The text was updated successfully, but these errors were encountered: