Packages

c

fs2.internal.jsdeps.std.Intl.NumberFormatOptions

NumberFormatOptionsMutableBuilder

implicit final class NumberFormatOptionsMutableBuilder[Self <: NumberFormatOptions] extends AnyVal

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

Instance Constructors

  1. new NumberFormatOptionsMutableBuilder(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 setCurrencySign(value: scala.Predef.String): Self
    Annotations
    @inline()
  13. def setCurrencySignUndefined: Self
    Annotations
    @inline()
  14. def setCurrencyUndefined: Self
    Annotations
    @inline()
  15. def setLocaleMatcher(value: scala.Predef.String): Self
    Annotations
    @inline()
  16. def setLocaleMatcherUndefined: Self
    Annotations
    @inline()
  17. def setMaximumFractionDigits(value: Double): Self
    Annotations
    @inline()
  18. def setMaximumFractionDigitsUndefined: Self
    Annotations
    @inline()
  19. def setMaximumSignificantDigits(value: Double): Self
    Annotations
    @inline()
  20. def setMaximumSignificantDigitsUndefined: Self
    Annotations
    @inline()
  21. def setMinimumFractionDigits(value: Double): Self
    Annotations
    @inline()
  22. def setMinimumFractionDigitsUndefined: Self
    Annotations
    @inline()
  23. def setMinimumIntegerDigits(value: Double): Self
    Annotations
    @inline()
  24. def setMinimumIntegerDigitsUndefined: Self
    Annotations
    @inline()
  25. def setMinimumSignificantDigits(value: Double): Self
    Annotations
    @inline()
  26. def setMinimumSignificantDigitsUndefined: Self
    Annotations
    @inline()
  27. def setNotation(value: scala.Predef.String): Self
    Annotations
    @inline()
  28. def setNotationUndefined: Self
    Annotations
    @inline()
  29. def setSignDisplay(value: scala.Predef.String): Self
    Annotations
    @inline()
  30. def setSignDisplayUndefined: Self
    Annotations
    @inline()
  31. def setStyle(value: scala.Predef.String): Self
    Annotations
    @inline()
  32. def setStyleUndefined: Self
    Annotations
    @inline()
  33. def setUnit(value: scala.Predef.String): Self
    Annotations
    @inline()
  34. def setUnitDisplay(value: scala.Predef.String): Self
    Annotations
    @inline()
  35. def setUnitDisplayUndefined: Self
    Annotations
    @inline()
  36. def setUnitUndefined: Self
    Annotations
    @inline()
  37. def setUseGrouping(value: scala.Boolean): Self
    Annotations
    @inline()
  38. def setUseGroupingUndefined: Self
    Annotations
    @inline()
  39. def toString(): java.lang.String
    Definition Classes
    Any
  40. val x: Self

Inherited from AnyVal

Inherited from Any

Ungrouped