Interface BinaryProcedure<L,​R>

    • Method Detail

      • run

        void run​(L left,
                 R right)
        Execute this procedure.
        Parameters:
        left - the L element of the ordered pair of arguments
        right - the R element of the ordered pair of arguments