Mongo Scala Driver - org.mongodb.scala.model.CollationStrength (original) (raw)

object CollationStrength

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. CollationStrength

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Visibility

  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##(): Int
  3. final def ==(arg0: Any): Boolean
  4. val IDENTICAL: CollationStrength
    When all other levels are equal, the identical level is used as a tiebreaker.
  5. val PRIMARY: CollationStrength
    Strongest level, denote difference between base characters
  6. val QUATERNARY: CollationStrength
    When punctuation is ignored at level 1-3, an additional level can be used to distinguish words with and without punctuation.
  7. val SECONDARY: CollationStrength
    Accents in characters are considered secondary differences
  8. val TERTIARY: CollationStrength
    Upper and lower case differences in characters are distinguished at the tertiary level.
  9. final def asInstanceOf[T0]: T0
  10. def clone(): AnyRef
  11. final def eq(arg0: AnyRef): Boolean
  12. def equals(arg0: AnyRef): Boolean
  13. def finalize(): Unit
  14. def fromInt(collationStrength: Int): Try[CollationStrength]
    Returns the CollationStrength from the string value.
  15. final def getClass(): Class[_ <: AnyRef]
  16. def hashCode(): Int
  17. final def isInstanceOf[T0]: Boolean
  18. final def ne(arg0: AnyRef): Boolean
  19. final def notify(): Unit
  20. final def notifyAll(): Unit
  21. final def synchronized[T0](arg0: => T0): T0
  22. def toString(): String
  23. final def wait(): Unit
  24. final def wait(arg0: Long, arg1: Int): Unit
  25. final def wait(arg0: Long): Unit

Ungrouped