Interface PunchOutProcessingAction<In,​Out>

    • Method Detail

      • process

        void process​(In input,
                     Out output)
        Processes the input and populates the output.
        Parameters:
        input - the input object
        output - the output object