Interface Generating<S,​E>

    • Method Detail

      • generateFinalResult

        default E generateFinalResult​(S preCap)
        Post-process the side-effect and return the post-processed side-effect. The default implementation is simply the identity function and returns the argument.
        Parameters:
        preCap - the pre-processed side-effect.
        Returns:
        the post-processed side-effect.