implicit final class RelativeTimeFormatOptionsMutableBuilder[Self <: RelativeTimeFormatOptions] extends AnyVal
- Annotations
- @inline()
- Source
- RelativeTimeFormatOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RelativeTimeFormatOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RelativeTimeFormatOptionsMutableBuilder(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 setLocaleMatcher(value: RelativeTimeFormatLocaleMatcher): Self
- Annotations
- @inline()
- def setLocaleMatcherUndefined: Self
- Annotations
- @inline()
- def setNumeric(value: RelativeTimeFormatNumeric): Self
- Annotations
- @inline()
- def setNumericUndefined: Self
- Annotations
- @inline()
- def setStyle(value: RelativeTimeFormatStyle): Self
- Annotations
- @inline()
- def setStyleUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self