Class ConvertingIteration<S,​T,​X extends Exception>

    • Constructor Detail

      • ConvertingIteration

        protected ConvertingIteration​(Iteration<? extends S,​? extends X> iter)
        Deprecated.
        Creates a new ConvertingIteration that operates on the supplied source type iteration.
        Parameters:
        iter - The source type iteration for this ConvertingIteration, must not be null.