BigIntToLocaleStringOptionsMutableBuilder

@inline final class BigIntToLocaleStringOptionsMutableBuilder[Self <: BigIntToLocaleStringOptions](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setCompactDisplay(value: String): Self
@inline
@inline
def setCurrency(value: String): Self
@inline
def setCurrencyDisplay(value: String): Self
@inline
@inline
@inline
def setLocaleMatcher(value: String): Self
@inline
@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
@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
@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
@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
@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
@inline
def setNotation(value: String): Self
@inline
@inline
def setNumberingSystem(value: String): Self
@inline
@inline
def setStyle(value: String): Self
@inline
@inline
def setUnit(value: String): Self
@inline
def setUnitDisplay(value: String): Self
@inline
@inline
def setUnitUndefined: Self
@inline
def setUseGrouping(value: Boolean): Self
@inline

Concrete fields

val x: Self