Interface Procedure<T>

    • Method Detail

      • process

        void process​(T arg)
        Executes the procedure with the given argument.
        Specified by:
        process in interface FragileProcedure<T,​java.lang.RuntimeException>