t

com.avsystem.commons.mongo.core.ops

DocKeyKeyValueHandling

trait DocKeyKeyValueHandling[T] extends KeyValueHandling[T] with DocKeyKeyHandling[T]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DocKeyKeyValueHandling
  2. DocKeyKeyHandling
  3. KeyValueHandling
  4. KeyHandling
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def docKey: DocKey[T, _ <: BsonValue]
    Attributes
    protected
    Definition Classes
    DocKeyKeyHandling
  2. abstract def getClass(): Class[_]
    Definition Classes
    Any

Concrete 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 encode(t: T): BsonValue
    Attributes
    protected
    Definition Classes
    DocKeyKeyValueHandlingKeyValueHandling
  6. def equals(arg0: Any): Boolean
    Definition Classes
    Any
  7. def hashCode(): Int
    Definition Classes
    Any
  8. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  9. def key: String
    Attributes
    protected
    Definition Classes
    DocKeyKeyHandlingKeyHandling
  10. def toString(): String
    Definition Classes
    Any
  11. def use(t: T)(f: (String, BsonValue) ⇒ Bson): Bson
    Attributes
    protected
    Definition Classes
    KeyValueHandling

Inherited from DocKeyKeyHandling[T]

Inherited from KeyValueHandling[T]

Inherited from KeyHandling

Inherited from Any

Ungrouped