Class

com.avsystem.commons.mongo.core.ops

DocKeySorting

Related Doc: package ops

Permalink

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

Linear Supertypes
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])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def ascending: Bson

    Permalink
    Definition Classes
    BaseSorting
  6. def descending: Bson

    Permalink
    Definition Classes
    BaseSorting
  7. val docKey: DocKey[T, _ <: BsonValue]

    Permalink
    Definition Classes
    DocKeySortingDocKeyKeyHandling
  8. def encode(t: T): BsonValue

    Permalink
    Attributes
    protected
    Definition Classes
    DocKeyKeyValueHandlingKeyValueHandling
  9. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  10. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  11. def key: String

    Permalink
    Attributes
    protected
    Definition Classes
    DocKeyKeyHandlingKeyHandling
  12. def metaTextScore: Bson

    Permalink
    Definition Classes
    BaseSorting
  13. def toString(): String

    Permalink
    Definition Classes
    Any
  14. def use(t: T)(f: (String, BsonValue) ⇒ Bson): Bson

    Permalink
    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