Interface IPrettyPrintUnit<T>

    • Method Detail

      • prettyPrint

        java.lang.String prettyPrint​(T value)
        Pretty print a value according to the underlying unit to a string.
        Parameters:
        value - The value.
        Returns:
        The pretty printed string.