Class FlatMapStep<S,​E>

    • Method Detail

      • reset

        public void reset()
        Description copied from interface: Step
        Reset the state of the step such that it has no incoming starts. Internal states are to be reset, but any sideEffect data structures are not to be recreated.
        Specified by:
        reset in interface Step<S,​E>
        Overrides:
        reset in class AbstractStep<S,​E>
      • closeIterator

        protected void closeIterator()