Class DualUnionIteration<E,X extends Exception>

All Implemented Interfaces:
AutoCloseable, CloseableIteration<E,X>, Iteration<E,X>

public class DualUnionIteration<E,X extends Exception> extends LookAheadIteration<E,X>
Provides a bag union of the two provided iterations.