Interface Function<T,​R>

    • Method Detail

      • apply

        R apply​(T input)
        Applies this function to the given argument.
        Parameters:
        input - the input to the function
        Returns:
        the function result