Interface Function<E>

    • Method Detail

      • call

        E call​(E value)
        Evaluates the function.
        Parameters:
        value - the value to evaluate.
        Returns:
        the result of the evaluation