Package org.cactoos

Interface Func<X,​Y>

    • Method Detail

      • apply

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