implicit final class BigIntToLocaleStringOptionsMutableBuilder[Self <: BigIntToLocaleStringOptions] extends AnyVal
- Annotations
- @inline()
- Source
- BigIntToLocaleStringOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BigIntToLocaleStringOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BigIntToLocaleStringOptionsMutableBuilder(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: java.lang.String): Self
- Annotations
- @inline()
- def setCompactDisplayUndefined: Self
- Annotations
- @inline()
- def setCurrency(value: java.lang.String): Self
- Annotations
- @inline()
- def setCurrencyDisplay(value: java.lang.String): Self
- Annotations
- @inline()
- def setCurrencyDisplayUndefined: Self
- Annotations
- @inline()
- def setCurrencyUndefined: Self
- Annotations
- @inline()
- def setLocaleMatcher(value: java.lang.String): Self
- Annotations
- @inline()
- def setLocaleMatcherUndefined: Self
- Annotations
- @inline()
- def setMaximumFractionDigits(value: |[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[0, 1], 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20]): Self
- Annotations
- @inline()
- def setMaximumFractionDigitsUndefined: Self
- Annotations
- @inline()
- def setMaximumSignificantDigits(value: |[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[1, 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20], 21]): Self
- Annotations
- @inline()
- def setMaximumSignificantDigitsUndefined: Self
- Annotations
- @inline()
- def setMinimumFractionDigits(value: |[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[0, 1], 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20]): Self
- Annotations
- @inline()
- def setMinimumFractionDigitsUndefined: Self
- Annotations
- @inline()
- def setMinimumIntegerDigits(value: |[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[1, 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20], 21]): Self
- Annotations
- @inline()
- def setMinimumIntegerDigitsUndefined: Self
- Annotations
- @inline()
- def setMinimumSignificantDigits(value: |[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[|[1, 2], 3], 4], 5], 6], 7], 8], 9], 10], 11], 12], 13], 14], 15], 16], 17], 18], 19], 20], 21]): Self
- Annotations
- @inline()
- def setMinimumSignificantDigitsUndefined: Self
- Annotations
- @inline()
- def setNotation(value: java.lang.String): Self
- Annotations
- @inline()
- def setNotationUndefined: Self
- Annotations
- @inline()
- def setNumberingSystem(value: java.lang.String): Self
- Annotations
- @inline()
- def setNumberingSystemUndefined: Self
- Annotations
- @inline()
- def setStyle(value: java.lang.String): Self
- Annotations
- @inline()
- def setStyleUndefined: Self
- Annotations
- @inline()
- def setUnit(value: java.lang.String): Self
- Annotations
- @inline()
- def setUnitDisplay(value: java.lang.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