Interface TwoStepMapper<T,​R>

    • Method Detail

      • consume

        void consume​(T item)
        Input/consume the items that should be mapped
      • getResults

        R getResults()
        Output the mapped results
      • reset

        void reset()
        Reset, so it can be re-used