Packages

c

fs2.internal.jsdeps.std.Intl.ResolvedNumberFormatOptions

ResolvedNumberFormatOptionsMutableBuilder

implicit final class ResolvedNumberFormatOptionsMutableBuilder[Self <: ResolvedNumberFormatOptions] extends AnyVal

Annotations
@inline()
Source
ResolvedNumberFormatOptions.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResolvedNumberFormatOptionsMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ResolvedNumberFormatOptionsMutableBuilder(x: Self)

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  7. def setCompactDisplay(value: scala.Predef.String): Self
    Annotations
    @inline()
  8. def setCompactDisplayUndefined: Self
    Annotations
    @inline()
  9. def setCurrency(value: scala.Predef.String): Self
    Annotations
    @inline()
  10. def setCurrencyDisplay(value: scala.Predef.String): Self
    Annotations
    @inline()
  11. def setCurrencyDisplayUndefined: Self
    Annotations
    @inline()
  12. def setCurrencyUndefined: Self
    Annotations
    @inline()
  13. def setLocale(value: scala.Predef.String): Self
    Annotations
    @inline()
  14. def setMaximumFractionDigits(value: Double): Self
    Annotations
    @inline()
  15. def setMaximumSignificantDigits(value: Double): Self
    Annotations
    @inline()
  16. def setMaximumSignificantDigitsUndefined: Self
    Annotations
    @inline()
  17. def setMinimumFractionDigits(value: Double): Self
    Annotations
    @inline()
  18. def setMinimumIntegerDigits(value: Double): Self
    Annotations
    @inline()
  19. def setMinimumSignificantDigits(value: Double): Self
    Annotations
    @inline()
  20. def setMinimumSignificantDigitsUndefined: Self
    Annotations
    @inline()
  21. def setNotation(value: scala.Predef.String): Self
    Annotations
    @inline()
  22. def setNotationUndefined: Self
    Annotations
    @inline()
  23. def setNumberingSystem(value: scala.Predef.String): Self
    Annotations
    @inline()
  24. def setSignDisplay(value: scala.Predef.String): Self
    Annotations
    @inline()
  25. def setSignDisplayUndefined: Self
    Annotations
    @inline()
  26. def setStyle(value: scala.Predef.String): Self
    Annotations
    @inline()
  27. def setUnit(value: scala.Predef.String): Self
    Annotations
    @inline()
  28. def setUnitDisplay(value: scala.Predef.String): Self
    Annotations
    @inline()
  29. def setUnitDisplayUndefined: Self
    Annotations
    @inline()
  30. def setUnitUndefined: Self
    Annotations
    @inline()
  31. def setUseGrouping(value: scala.Boolean): Self
    Annotations
    @inline()
  32. def toString(): java.lang.String
    Definition Classes
    Any
  33. val x: Self

Inherited from AnyVal

Inherited from Any

Ungrouped