Package org.cactoos

Interface BiProc<X,​Y>

    • Method Detail

      • exec

        void exec​(X first,
                  Y second)
           throws Exception
        Execute it.
        Parameters:
        first - The first argument
        second - The second argument
        Throws:
        Exception - If fails