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

object Sorts

Ordering

  1. Alphabetic

  2. By Inheritance

  3. Hide All

  4. 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. final def asInstanceOf[T0]: T0
  5. def ascending(fieldNames: String*): Bson
    Create a sort specification for an ascending sort on the given fields.
  6. def clone(): AnyRef
  7. def descending(fieldNames: String*): Bson
    Create a sort specification for an ascending sort on the given fields.
  8. final def eq(arg0: AnyRef): Boolean
  9. def equals(arg0: AnyRef): Boolean
  10. def finalize(): Unit
  11. final def getClass(): Class[_ <: AnyRef]
  12. def hashCode(): Int
  13. final def isInstanceOf[T0]: Boolean
  14. def metaTextScore(fieldName: String): Bson
    Create a sort specification for the text score meta projection on the given field.
  15. final def ne(arg0: AnyRef): Boolean
  16. final def notify(): Unit
  17. final def notifyAll(): Unit
  18. def orderBy(sorts: Bson*): Bson
    Combine multiple sort specifications.
  19. final def synchronized[T0](arg0: => T0): T0
  20. def toString(): String
  21. final def wait(): Unit
  22. final def wait(arg0: Long, arg1: Int): Unit
  23. final def wait(arg0: Long): Unit

Ungrouped