Interface FragileProcedure<Argument,​Error extends java.lang.Exception>

    • Method Detail

      • process

        void process​(Argument arg)
              throws Error extends java.lang.Exception
        Executes the procedure with the given argument.
        Throws:
        Error extends java.lang.Exception