Interface IntFunction

    • Method Detail

      • apply

        int apply​(int argument)
        Applies a function to an argument.
        Parameters:
        argument - argument passed to the function.
        Returns:
        the result of the function.