final class DocKeySorting[T] extends AnyVal with BaseSorting with DocKeyKeyValueHandling[T]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocKeySorting
  2. DocKeyKeyValueHandling
  3. DocKeyKeyHandling
  4. KeyValueHandling
  5. BaseSorting
  6. KeyHandling
  7. AnyVal
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DocKeySorting(docKey: DocKey[T, _ <: BsonValue])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def ascending: Bson
    Definition Classes
    BaseSorting
  6. def descending: Bson
    Definition Classes
    BaseSorting
  7. val docKey: DocKey[T, _ <: BsonValue]
    Definition Classes
    DocKeySortingDocKeyKeyHandling
  8. def encode(t: T): BsonValue
    Attributes
    protected
    Definition Classes
    DocKeyKeyValueHandlingKeyValueHandling
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. def key: String
    Attributes
    protected
    Definition Classes
    DocKeyKeyHandlingKeyHandling
  12. def metaTextScore: Bson
    Definition Classes
    BaseSorting
  13. def toString(): String
    Definition Classes
    Any
  14. def use(t: T)(f: (String, BsonValue) ⇒ Bson): Bson
    Attributes
    protected
    Definition Classes
    KeyValueHandling

Inherited from DocKeyKeyValueHandling[T]

Inherited from DocKeyKeyHandling[T]

Inherited from KeyValueHandling[T]

Inherited from BaseSorting

Inherited from KeyHandling

Inherited from AnyVal

Inherited from Any

Ungrouped