implicit final class NumberFormatOptionsMutableBuilder[Self <: NumberFormatOptions] extends AnyVal
- Annotations
- @inline()
- Source
- NumberFormatOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NumberFormatOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NumberFormatOptionsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def setCompactDisplay(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setCompactDisplayUndefined: Self
- Annotations
- @inline()
- def setCurrency(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setCurrencyDisplay(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setCurrencyDisplayUndefined: Self
- Annotations
- @inline()
- def setCurrencySign(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setCurrencySignUndefined: Self
- Annotations
- @inline()
- def setCurrencyUndefined: Self
- Annotations
- @inline()
- def setLocaleMatcher(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setLocaleMatcherUndefined: Self
- Annotations
- @inline()
- def setMaximumFractionDigits(value: Double): Self
- Annotations
- @inline()
- def setMaximumFractionDigitsUndefined: Self
- Annotations
- @inline()
- def setMaximumSignificantDigits(value: Double): Self
- Annotations
- @inline()
- def setMaximumSignificantDigitsUndefined: Self
- Annotations
- @inline()
- def setMinimumFractionDigits(value: Double): Self
- Annotations
- @inline()
- def setMinimumFractionDigitsUndefined: Self
- Annotations
- @inline()
- def setMinimumIntegerDigits(value: Double): Self
- Annotations
- @inline()
- def setMinimumIntegerDigitsUndefined: Self
- Annotations
- @inline()
- def setMinimumSignificantDigits(value: Double): Self
- Annotations
- @inline()
- def setMinimumSignificantDigitsUndefined: Self
- Annotations
- @inline()
- def setNotation(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setNotationUndefined: Self
- Annotations
- @inline()
- def setSignDisplay(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setSignDisplayUndefined: Self
- Annotations
- @inline()
- def setStyle(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setStyleUndefined: Self
- Annotations
- @inline()
- def setUnit(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setUnitDisplay(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setUnitDisplayUndefined: Self
- Annotations
- @inline()
- def setUnitUndefined: Self
- Annotations
- @inline()
- def setUseGrouping(value: scala.Boolean): Self
- Annotations
- @inline()
- def setUseGroupingUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self