koryphe
koryphe copied to clipboard
ChainedIterator doesn't have a varargs constructor
In ChainedIterable.java there's a varargs constructor to take any number of Iterables to create a single Iterable:
https://github.com/gchq/koryphe/blob/36c63c3e24145e04405d7620524b23cf9b5b5849/core/src/main/java/uk/gov/gchq/koryphe/iterable/ChainedIterable.java#L39
The ChainedIterator.java class is very similar but is missing this kind of constructor.