implicit final class ResolvedNumberFormatOptionsMutableBuilder[Self <: ResolvedNumberFormatOptions] extends AnyVal
- Annotations
- @inline()
- Source
- ResolvedNumberFormatOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResolvedNumberFormatOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ResolvedNumberFormatOptionsMutableBuilder(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 setCurrencyUndefined: Self
- Annotations
- @inline()
- def setLocale(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setMaximumFractionDigits(value: Double): Self
- Annotations
- @inline()
- def setMaximumSignificantDigits(value: Double): Self
- Annotations
- @inline()
- def setMaximumSignificantDigitsUndefined: Self
- Annotations
- @inline()
- def setMinimumFractionDigits(value: Double): Self
- Annotations
- @inline()
- def setMinimumIntegerDigits(value: Double): 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 setNumberingSystem(value: scala.Predef.String): 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 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 toString(): java.lang.String
- Definition Classes
- Any
- val x: Self