implicit final class CollatorOptionsMutableBuilder[Self <: CollatorOptions] extends AnyVal
- Annotations
- @inline()
- Source
- CollatorOptions.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CollatorOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CollatorOptionsMutableBuilder(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 setCaseFirst(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setCaseFirstUndefined: Self
- Annotations
- @inline()
- def setIgnorePunctuation(value: scala.Boolean): Self
- Annotations
- @inline()
- def setIgnorePunctuationUndefined: Self
- Annotations
- @inline()
- def setLocaleMatcher(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setLocaleMatcherUndefined: Self
- Annotations
- @inline()
- def setNumeric(value: scala.Boolean): Self
- Annotations
- @inline()
- def setNumericUndefined: Self
- Annotations
- @inline()
- def setSensitivity(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setSensitivityUndefined: Self
- Annotations
- @inline()
- def setUsage(value: scala.Predef.String): Self
- Annotations
- @inline()
- def setUsageUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self