Class DecimalValue$

    • Field Detail

      • MODULE$

        public static final DecimalValue$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • DecimalValue$

        public DecimalValue$()
    • Method Detail

      • apply

        public DecimalValue apply​(String str)
        Constructs a new decimal value using a string.

        Parameters:
        str - string
        Returns:
        (undocumented)
        Throws:
        ParseException - str is not a valid representation of a decimal value.