Interface Function<I,O>

    • Method Detail

      • apply

        O apply​(I value)
        Perform computation on the specified input value and return the result.
        Parameters:
        value - the input value
        Returns:
        the result