Class UnionIteration<E,​X extends Exception>

    • Constructor Detail

      • UnionIteration

        @SafeVarargs
        public UnionIteration​(Iteration<? extends E,​X>... args)
        Deprecated.
        Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
        Parameters:
        args - The Iterations containing the elements to iterate over.
      • UnionIteration

        public UnionIteration​(Iterable<? extends Iteration<? extends E,​X>> args)
        Deprecated.
        Creates a new UnionIteration that returns the bag union of the results of a number of Iterations.
        Parameters:
        args - The Iterations containing the elements to iterate over.