Interface UnaryOperation<T>

    • Method Detail

      • perform

        T perform​(T value)
        performs the operation on the given value
        Parameters:
        value - the input value, on which the operation shall be applied
        Returns:
        the resulting value after the operation