Interface UnaryFunction<A,​T>

    • Method Detail

      • evaluate

        T evaluate​(A obj)
        Evaluate this function.
        Parameters:
        obj - the A object to evaluate
        Returns:
        the T result of this evaluation