Interface Parser<T>

    • Method Detail

      • parse

        T parse​(java.lang.String input)
        Convert a string into an object of the desired type.
        Parameters:
        input - input string
        Returns:
        value of the desired type