Mongo Scala Driver - org.mongodb.scala.model.Sorts (original) (raw)
object Sorts
Ordering
Alphabetic
By Inheritance
Hide All
Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- final def ##(): Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def ascending(fieldNames: String*): Bson
Create a sort specification for an ascending sort on the given fields. - def clone(): AnyRef
- def descending(fieldNames: String*): Bson
Create a sort specification for an ascending sort on the given fields. - final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- def finalize(): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- def metaTextScore(fieldName: String): Bson
Create a sort specification for the text score meta projection on the given field. - final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def orderBy(sorts: Bson*): Bson
Combine multiple sort specifications. - final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit