Package org.cactoos

Interface BiFunc<X,​Y,​Z>

    • Method Detail

      • apply

        Z apply​(X first,
                Y second)
         throws Exception
        Apply it.
        Parameters:
        first - The first argument
        second - The second argument
        Returns:
        The result
        Throws:
        Exception - If fails